-
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 glow
to 0.14
#4952
Update glow
to 0.14
#4952
Conversation
glow is already on the main branch of wgpu so we just need to wait a bit |
As mentioned here gfx-rs/wgpu#6240 (comment), this shouldn't be blocked on wgpu update. Just add a cargo deny exception here for the time being - the usecase of having both wgpu and glow backends of eframe enabled doesn't really exist, no? |
@Wumpf you are right gonna add this asap |
Before making this PR, I did take notice of a similar PR, emilk#4833, but as it appears to be abandoned, I decided to make this PR. **Missing** One of the checks doesn't pass as wgpu still uses glow `0.13.1` ```shell cargo deny --all-features --log-level error --target aarch64-apple-darwin check ``` * [x] I have followed the instructions in the PR template --------- Co-authored-by: Emil Ernerfeldt <[email protected]>
Before making this PR, I did take notice of a similar PR, #4833, but as it appears to be abandoned, I decided to make this PR.
Missing
One of the checks doesn't pass as wgpu still uses glow
0.13.1