Winit version 0.30.2
Fixed
- On Web, fix
EventLoopProxy::send_event()
triggering event loop immediately
when not called from inside the event loop. Now queues a microtask instead. - On Web, stop overwriting default cursor with
CursorIcon::Default
. - On Web, prevent crash when using
InnerSizeWriter::request_inner_size()
. - On macOS, fix not working opacity for entire window.