Winit version 0.30.4
Changed
DeviceId::dummy()
andWindowId::dummy()
are no longer markedunsafe
.
Fixed
- On Wayland, avoid crashing when compositor is misbehaving.
- On Web, fix
WindowEvent::Resized
not usingrequestAnimationFrame
when sending
WindowEvent::RedrawRequested
and also potentially causingWindowEvent::RedrawRequested
to not be de-duplicated. - Account for different browser engine implementations of pointer movement coordinate space.