Moonhare_Engine/moonhare_engine/src/window.rs

5 lines
No EOL
97 B
Rust

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