egui/crates
crumblingstatue acfe9f6f3b
Make `epaint::mutex::RwLock` allow `?Sized` types (#4485)
`parking_lot`'s `RwLock` allows this, so probably `epaint`'s `RwLock`
should too.
Although I'm not sure how much it's intended for users, rather than just
internal use by `egui`.
2024-05-13 12:49:31 +02:00
..
ecolor Remove `extra_asserts` and `extra_debug_asserts` feature flags (#4478) 2024-05-10 19:39:08 +02:00
eframe eframe: Remove dependency on `thiserror` (#4483) 2024-05-11 20:17:06 +02:00
egui Remove work-around for `unsafe` in puffin macro (#4484) 2024-05-11 20:17:19 +02:00
egui-wgpu Fix some clippy warning from Rust 1.78.0 (#4444) 2024-05-02 17:04:25 +02:00
egui-winit Fix: Window position creeps between executions on scaled monitors (#4443) 2024-05-11 16:48:12 +02:00
egui_demo_app Remove `extra_asserts` and `extra_debug_asserts` feature flags (#4478) 2024-05-10 19:39:08 +02:00
egui_demo_lib Remove work-around for `unsafe` in puffin macro (#4484) 2024-05-11 20:17:19 +02:00
egui_extras Remove work-around for `unsafe` in puffin macro (#4484) 2024-05-11 20:17:19 +02:00
egui_glow Enable egui_glow's winit feature on wasm (#4420) (#4421) 2024-04-29 10:33:23 +02:00
egui_plot Make sure plot size is positive (#4429) 2024-05-11 16:49:27 +02:00
egui_web Fix typos (#2866) 2023-04-18 15:52:45 +02:00
emath Remove work-around for `unsafe` in puffin macro (#4484) 2024-05-11 20:17:19 +02:00
epaint Make `epaint::mutex::RwLock` allow `?Sized` types (#4485) 2024-05-13 12:49:31 +02:00