egui/crates/egui_glow/examples
Emil Ernerfeldt 7abf8afd16
Change `Arc<glow::Context>` to `Rc<glow::Context>` (#3598)
This is required for Rust 1.72 (for unknown reasons; see
https://github.com/emilk/egui/pull/3595), but also for updating to glow
0.13, where the `glow::Context` is not longer `Sync+Send`
2023-11-21 17:13:46 +01:00
..
pure_glow.rs Change `Arc<glow::Context>` to `Rc<glow::Context>` (#3598) 2023-11-21 17:13:46 +01:00