egui/crates
Emil Ernerfeldt 71f7bdc919
Implement `nohash_hasher::IsEnabled` for `Id` (#5628)
`egui:🆔:IdSet` and `egui:🆔:IdMap` were already optimized to not do
additional hashing (because the `Id` already is a hash), but now they
are just type aliases for `nohash_hasher::IntSet/IntMap`.

See https://crates.io/crates/nohash-hasher for more
2025-01-22 13:18:02 +01:00
..
ecolor Release 0.30 - egui_kittest and modals (#5487) 2024-12-16 17:45:35 +01:00
eframe Upgrade to wgpu 24 (#5610) 2025-01-16 17:00:29 +01:00
egui Implement `nohash_hasher::IsEnabled` for `Id` (#5628) 2025-01-22 13:18:02 +01:00
egui-wgpu Wgpu resources are no longer wrapped in `Arc` (since they are now `Clone`) (#5612) 2025-01-20 18:06:35 +01:00
egui-winit Serialize window maximized state in `WindowSettings` (#5554) 2025-01-06 09:19:17 +01:00
egui_demo_app Upgrade to wgpu 24 (#5610) 2025-01-16 17:00:29 +01:00
egui_demo_lib Remove `egui::special_emojis::TWITTER` (#5622) 2025-01-21 11:56:45 +01:00
egui_extras Fix some clippy issues found by 1.84.0 (#5603) 2025-01-13 08:29:13 +01:00
egui_glow Revert "Revert "forward x11 and wayland features to glutin" (#5391)" (#5490) 2024-12-17 09:36:03 +01:00
egui_kittest Wgpu resources are no longer wrapped in `Arc` (since they are now `Clone`) (#5612) 2025-01-20 18:06:35 +01:00
egui_plot Move `egui_plot` to its own repo (#4828) 2024-07-15 18:45:19 +02:00
egui_web Fix typos (#2866) 2023-04-18 15:52:45 +02:00
emath Make all lines and rectangles crisp (#5518) 2024-12-26 21:02:27 +01:00
epaint Fix some clippy issues found by 1.84.0 (#5603) 2025-01-13 08:29:13 +01:00
epaint_default_fonts Release 0.30 - egui_kittest and modals (#5487) 2024-12-16 17:45:35 +01:00