egui/crates
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
..
ecolor Add `#[inline]` to all color-related function 2023-10-07 18:11:16 +02:00
eframe Change `Arc<glow::Context>` to `Rc<glow::Context>` (#3598) 2023-11-21 17:13:46 +01:00
egui Fix TopBottomPanel doc comment to reference TopBottomPanel instead of SidePanel (#3590) 2023-11-21 14:47:18 +01:00
egui-wgpu Update to puffin 0.17 (#3581) 2023-11-19 21:28:42 +01:00
egui-winit Update some crate dependencies (#3594) 2023-11-21 16:07:56 +01:00
egui_demo_app Update some crate dependencies (#3594) 2023-11-21 16:07:56 +01:00
egui_demo_lib Update some crate dependencies (#3594) 2023-11-21 16:07:56 +01:00
egui_extras Update to puffin 0.17 (#3581) 2023-11-19 21:28:42 +01:00
egui_glow Change `Arc<glow::Context>` to `Rc<glow::Context>` (#3598) 2023-11-21 17:13:46 +01:00
egui_plot Plot auto-bounds API improvement (part 2/2): add API (#3586) 2023-11-21 11:56:39 +01:00
egui_web Fix typos (#2866) 2023-04-18 15:52:45 +02:00
emath Plot auto-bounds API improvement (part 1/2): clean-up (#3587) 2023-11-21 11:22:19 +01:00
epaint Fix clippy issues from 1.74 (#3558) 2023-11-16 15:50:44 +01:00