Use patched winit for wayland resize

This commit is contained in:
Jeremy Soller 2023-10-31 14:36:16 -06:00
parent a6976daa25
commit bd03db7eef
No known key found for this signature in database
GPG key ID: DCFCA852D3906975
2 changed files with 89 additions and 41 deletions

View file

@ -48,10 +48,7 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
localize::localize();
let mut settings = Settings::default();
//TODO: fix wayland resize on iced_winit
settings = settings.client_decorations(false);
let settings = Settings::default();
//TODO: allow size limits on iced_winit
//settings = settings.size_limits(Limits::NONE.min_width(400.0).min_height(200.0));