cleanup, but window border still missing

This commit is contained in:
LunarAkai 2025-07-27 14:47:52 +02:00
commit d93d7f10b4
4 changed files with 63 additions and 74 deletions

View file

@ -0,0 +1,5 @@
pub struct WindowConfig {
pub title: &'static str,
pub width: u32,
pub height: u32,
}