egui/crates
Emil Ernerfeldt 3dba73e63e
Improve the UI for changing the egui theme (#4257)
I added a new demo - a `Frame` editor:

![frame-editor](https://github.com/emilk/egui/assets/1148717/d0bec169-c211-45a3-9f53-5059fb8fc224)

This whole menu is now just a a bit nicer to use:
<img width="406" alt="Screenshot 2024-03-28 at 09 49 16"
src="https://github.com/emilk/egui/assets/1148717/32d12067-7cf0-4312-aa12-42909a5ed5ac">
2024-03-28 10:09:28 +01:00
..
ecolor Release 0.27.0 - Nicer menus and new hit test logic 2024-03-26 17:13:57 +01:00
eframe Add `register_native_texture` in `eframe::Frame` (#4246) 2024-03-27 16:35:25 +01:00
egui Improve the UI for changing the egui theme (#4257) 2024-03-28 10:09:28 +01:00
egui-wgpu Release 0.27.0 - Nicer menus and new hit test logic 2024-03-26 17:13:57 +01:00
egui-winit Release 0.27.0 - Nicer menus and new hit test logic 2024-03-26 17:13:57 +01:00
egui_demo_app Improve the UI for changing the egui theme (#4257) 2024-03-28 10:09:28 +01:00
egui_demo_lib Improve the UI for changing the egui theme (#4257) 2024-03-28 10:09:28 +01:00
egui_extras Release 0.27.0 - Nicer menus and new hit test logic 2024-03-26 17:13:57 +01:00
egui_glow Release 0.27.0 - Nicer menus and new hit test logic 2024-03-26 17:13:57 +01:00
egui_plot `Plot::Items:allow_hover` give possibility to masked the interaction on hovered item (#2558) 2024-03-27 16:35:36 +01:00
egui_web Fix typos (#2866) 2023-04-18 15:52:45 +02:00
emath Add some tests for `Rect` 2024-03-26 11:13:04 +01:00
epaint Prevent visual glitch when shadow blur width is very high (#4245) 2024-03-27 11:22:38 +01:00