pub struct WindowConfig { pub title: &'static str, pub width: u32, pub height: u32, }