-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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 winit to 0.26 #930
Update winit to 0.26 #930
Conversation
- This has some obvious issues at the moment. First, transparent windows are completely broken on Windows 11. See: rust-windowing/winit#2082 So I've completely disabled that feature for now. - Secondly, `glium` needs an update. I'm patching it with an unreleased git revision to make sure things are working together.
The latest release seems to contain the fixes for the freezing dialogs on macOS. So there's finally some progress and we maybe can get rid of the winit fork now. |
The following are not updated because they are blocked on emilk/egui#930: - `egui` and friends - `raw-window-handle` - `rfd` - `winit` - `winit_input_helper`
I think this is as good as I want to get it. Disabling the transparent window to avoid crashing Windows 11 seems like a fair trade. |
There is a dependency on |
The following are not updated because they are blocked on emilk/egui#930: - `egui` and friends - `raw-window-handle` - `rfd` - `winit` - `winit_input_helper`
Closes #977 |
Updated to rust edition 2021 in #998 |
glium
needs an update. I'm patching it with an unreleased git revision to make sure things are working together.