-
Notifications
You must be signed in to change notification settings - Fork 546
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 glutin 0.8, Winit 0.6 #1251
Conversation
228b499
to
e7d9af3
Compare
Looks great! One small thing - gfx_app version also needs a bump. |
I wonder, where did travis go?.. |
@homu r+ |
📌 Commit 55d1347 has been approved by |
Update to glutin 0.8, Winit 0.6 This will require gfx_window_glutin to be published. I'm on linux and didn't get a chance to test the trianglell example.
💔 Test failed - status |
@homu r+ |
📌 Commit 0705a00 has been approved by |
Update to glutin 0.8, Winit 0.6 This will require gfx_window_glutin to be published. I'm on linux and didn't get a chance to test the trianglell example.
💔 Test failed - status |
Almost there! OSX just needs a fixup. |
@homu r+ |
📌 Commit 23ae748 has been approved by |
Update to glutin 0.8, Winit 0.6 This will require gfx_window_glutin to be published. I'm on linux and didn't get a chance to test the trianglell example.
☀️ Test successful - status |
Woohoo! |
May I ask for it to be published? |
@ishitatsuyuki I can publish |
I only need the glutin one. Thanks! |
@ishitatsuyuki ok, will do. Please use an override to a locally-checked-out crate in the meantime |
@ishitatsuyuki version 0.16.0 is published now from rev 162221c |
1251: Don't panic on pipeline creation errors r=kvark a=kvark **Connections** Related to Gecko crashes. **Description** We shouldn't ever panic in `wgpu`. The panic can only occur if there is internal inconsistency. For any invalid workloads, submitted by the user, we should produce errors instead. **Testing** Not tested Co-authored-by: Dzmitry Malyshau <[email protected]>
This will require gfx_window_glutin to be published.
I'm on linux and didn't get a chance to test the trianglell example.