Skip to content

Releases: golfinq/ruffle

Nightly 2022-10-12

12 Oct 01:15
Compare
Choose a tag to compare
Nightly 2022-10-12 Pre-release
Pre-release
desktop: Avoid deprecated `winit::EventLoop::with_user_event()`

Use `EventLoopBuilder::with_user_event().build()` instead, as suggested
by the deprecation warning.