Skip to content

Winit version 0.30.2

Compare
Choose a tag to compare
@kchibisov kchibisov released this 15 Jun 17:01
· 121 commits to master since this release
v0.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.