1use penguin_config::*; 2 3#[derive(Debug, Clone, Deserialize)] 4pub struct WindowConfig { 5 pub width: u32, 6 pub height: u32, 7}