-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update to winit 0.27.1 and glutin 0.29.0 #1877
Conversation
This closes #992 btw. |
A new wgpu release isn’t due until late September, so either we wait until then or we make egui-winit compatible with both old and new winit, with a feature-flag to select which one to use |
I might have a solution to this: rust-windowing/winit#2418 So this way Winit would implement the old and new It would be good to test this egui branch against this |
I tested it, and it works! I added this to the root [patch.crates-io]
winit = { git = 'https://github.com/rib/winit/', branch = 'raw_window_handle_04' } and could then run So this PR is now blocked on rust-windowing/winit#2418 plus a winit release. |
ah, cool, thanks for testing/confirming |
Winit 0.27.2 got released. |
For some reason I can no longer push to this, so I continued the work in #1914 |
Bumps winit version