cleanup, but window border still missing
This commit is contained in:
parent
fb49d28498
commit
d93d7f10b4
4 changed files with 63 additions and 74 deletions
5
moonhare_engine/src/window.rs
Normal file
5
moonhare_engine/src/window.rs
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
pub struct WindowConfig {
|
||||
pub title: &'static str,
|
||||
pub width: u32,
|
||||
pub height: u32,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue