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