5 lines
No EOL
97 B
Rust
5 lines
No EOL
97 B
Rust
pub struct WindowConfig {
|
|
pub title: &'static str,
|
|
pub width: u32,
|
|
pub height: u32,
|
|
} |