Update windows-sys dependency, and winit dev dependency
Using the latest `winit` version in examples fixes resizing behavior on Wayland, so the workaround for that in the `winit` example is also removed here.
This commit is contained in:
parent
fec8decc43
commit
dce6cbc111
2 changed files with 2 additions and 8 deletions
|
|
@ -54,12 +54,6 @@ fn main() {
|
|||
} if window_id == window.id() => {
|
||||
*control_flow = ControlFlow::Exit;
|
||||
}
|
||||
Event::WindowEvent {
|
||||
event: WindowEvent::Resized(_),
|
||||
window_id,
|
||||
} if window_id == window.id() => {
|
||||
window.request_redraw();
|
||||
}
|
||||
_ => {}
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue