1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-29 12:50:04 -04:00

Update to glow 0.13 (#3715)

This commit is contained in:
Emil Ernerfeldt
2023-12-18 15:15:20 +01:00
committed by GitHub
parent 8e5959d55d
commit 449678e617
7 changed files with 20 additions and 30 deletions

View File

@@ -5,6 +5,8 @@
//! There is a bunch of improvements we could do,
//! like removing a bunch of `unwraps`.
#![allow(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
use std::{cell::RefCell, rc::Rc, sync::Arc, time::Instant};
use glutin::{