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
While trying to solve #923 I discovered that rust-windowing/winit#2859 fixed it properly, but this is not in a shipped non-beta version of winit, and testing the beta version of it, there are many breaking changes with regards to the enums (some of which we re-export in shared_types). This will require a bit more work.
In the meantime, I'm forcing a resize event to fix the issue.
The text was updated successfully, but these errors were encountered:
While trying to solve #923 I discovered that rust-windowing/winit#2859 fixed it properly, but this is not in a shipped non-beta version of
winit
, and testing the beta version of it, there are many breaking changes with regards to the enums (some of which we re-export inshared_types
). This will require a bit more work.In the meantime, I'm forcing a resize event to fix the issue.
The text was updated successfully, but these errors were encountered: