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