pub type WindowSpec = Window<f32>;
pub struct WindowSpec { pub width: f32, pub height: f32, pub pos_x: f32, pub pos_y: f32, }
width: f32
height: f32
pos_x: f32
pos_y: f32