-
-
Notifications
You must be signed in to change notification settings - Fork 123
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
winit 0.27 upgrade breaking changes #292
Comments
I am interested in seeing how this is resolved, not understanding how to make a PR for this feels like a major gap in my knowledge. |
We depend on Line 23 in 41063db
|
Just looked into this. We are blocked on gfx-rs/wgpu#2918 and #289 |
Closes #292 TODO examples: - [x] `conway` - [x] `custom-shader` - [ ] `imgui-winit` - TBD: `imgui-winit-support` needs to be updated. See: imgui-rs/imgui-rs#659 - TBD: `imgui-wgpu` needs to be updated (No PR yet) - [ ] `invaders` - TBD: `game-loop` needs to be updated. (No PR yet) - [x] `minimal-egui` - [x] `minimal-web` - [x] `minimal-winit` - [x] `raqote-winit`
Closes #292 TODO examples: - [x] `conway` - [x] `custom-shader` - [ ] `imgui-winit` - TBD: `imgui-winit-support` needs to be updated. See: imgui-rs/imgui-rs#659 - TBD: `imgui-wgpu` needs to be updated (No PR yet) - [ ] `invaders` - TBD: `game-loop` needs to be updated. (No PR yet) - [x] `minimal-egui` - [x] `minimal-web` - [x] `minimal-winit` - [x] `raqote-winit`
Yup everything working great for me with latest on your repo. |
* Update winit 0.27 Closes #292 This _does not_ update `winit` in the `imgui-winit` example. See #302 (comment) for discussion.
Thanks!
The text was updated successfully, but these errors were encountered: