You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Winit recently released a new version, where they overhauled the preferred way of doing the event loop. Would it be possible to get an updated version of this lovely library?
I also took a look at how much effort this would be:
The examples will need to be updated
The current update API will no longer work nicely, so it needs to be replaced
Winit recently released a new version, where they overhauled the preferred way of doing the event loop. Would it be possible to get an updated version of this lovely library?
I also took a look at how much effort this would be:
update
API will no longer work nicely, so it needs to be replacedabout_to_wait
seems to be discouraged now https://docs.rs/winit/latest/winit/application/trait.ApplicationHandler.html#method.about_to_waitThe text was updated successfully, but these errors were encountered: