Allow window resize behavior

This commit is contained in:
Stephen Seo 2024-06-23 20:41:10 +09:00
parent 180898103a
commit 2865352f7a

View file

@ -87,6 +87,7 @@ fn main() -> Result<(), String> {
})
.window_mode(WindowMode {
resizable: true,
resize_on_scale_factor_change: true,
..Default::default()
})
.build()