egui/crates
Emil Ernerfeldt 8860930ec8
Niche-optimize `Id` so that `Option<Id>` is the same size as `Id` (#3932)
This is an optimization for places that use `Option<Id>`
2024-02-01 12:18:36 +01:00
..
ecolor Use `Self` everywhere (#3787) 2024-01-08 17:41:21 +01:00
eframe Add `x11` and `wayland` features to egui-wgpu and egui_glow (#3909) 2024-01-30 16:55:55 +01:00
egui Niche-optimize `Id` so that `Option<Id>` is the same size as `Id` (#3932) 2024-02-01 12:18:36 +01:00
egui-wgpu Add `x11` and `wayland` features to egui-wgpu and egui_glow (#3909) 2024-01-30 16:55:55 +01:00
egui-winit Postpone call to get_current_texture (#3914) 2024-01-29 18:06:21 +01:00
egui_demo_app Add `x11` and `wayland` features to egui-wgpu and egui_glow (#3909) 2024-01-30 16:55:55 +01:00
egui_demo_lib Plot items now have optional id which is returned in the plot's response when hovered (#3920) 2024-01-30 15:55:56 +01:00
egui_extras Use a selectable label for syntax-highlighted text in egui_extras 2024-01-22 14:47:58 +01:00
egui_glow Add `x11` and `wayland` features to egui-wgpu and egui_glow (#3909) 2024-01-30 16:55:55 +01:00
egui_plot Plot items now have optional id which is returned in the plot's response when hovered (#3920) 2024-01-30 15:55:56 +01:00
egui_web Fix typos (#2866) 2023-04-18 15:52:45 +02:00
emath Expand plot axes thickness to fit their labels (#3921) 2024-01-30 12:45:27 +01:00
epaint Add opacity factor to `TextShape` (#3916) 2024-01-30 15:55:18 +01:00