New
Winit version 0.30.10
Added
- On Windows, add
IconExtWindows::from_resource_name. - On Windows, add
CursorGrabMode::Locked. - On Wayland, add
WindowExtWayland::xdg_toplevel.
Changed
- On macOS, no longer need control of the main
NSApplicationclass (which means you can now override it yourself). - On iOS, remove custom application delegates. You are now allowed to override the application delegate yourself.
- On iOS, no longer act as-if the application successfully open all URLs. Override
application:didFinishLaunchingWithOptions:and provide the desired behaviour yourself.
Fixed
- On Windows, fixed ~500 ms pause when clicking the title bar during continuous redraw.
- On macOS,
WindowExtMacOS::set_simple_fullscreennow honorsWindowExtMacOS::set_borderless_game - On X11 and Wayland, fixed pump_events with
Some(Duration::Zero)blocking withWaitpolling mode - On Wayland, fixed a crash when consequently calling without pointer focus.