Bump glow to 0.14
Before making this PR, I did take notice of a similar PR, https://github.com/emilk/egui/pull/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
cargo deny --all-features --log-level error --target aarch64-apple-darwin check
- [x] I have followed the instructions in the PR template
- [ ] wgpu is using glow
0.14
glow is already on the main branch of wgpu so we just need to wait a bit https://github.com/gfx-rs/wgpu/blob/7c917abf525b5c32c0b7345ec31788e316afa0cc/Cargo.toml#L162
As mentioned here https://github.com/gfx-rs/wgpu/issues/6240#issuecomment-2337846087, 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