in src/dimensions.rs [31:36]
fn from((x, y): (u16, u16)) -> Self { Self { x: x.into(), y: y.into(), } }