mirror of
https://github.com/emilk/egui.git
synced 2026-08-29 04:40:03 -04:00
Update glow to 0.14 (#4952)
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` ```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 <emil.ernerfeldt@gmail.com>
This commit is contained in:
@@ -3,8 +3,6 @@
|
||||
#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")] // hide console window on Windows in release
|
||||
#![allow(rustdoc::missing_crate_level_docs)] // it's an example
|
||||
#![allow(clippy::undocumented_unsafe_blocks)]
|
||||
#![allow(clippy::arc_with_non_send_sync)]
|
||||
// `clippy::arc_with_non_send_sync`: `glow::Context` was accidentally non-Sync in glow 0.13, but that will be fixed in future releases of glow: https://github.com/grovesNL/glow/commit/c4a5f7151b9b4bbb380faa06ec27415235d1bf7e
|
||||
#![allow(unsafe_code)]
|
||||
|
||||
use std::num::NonZeroU32;
|
||||
|
||||
Reference in New Issue
Block a user