egui/crates
Emil Ernerfeldt aa67d3180b
Add `Context::debug_text` (#3864)
This is a very easy way to show some text under the mouse pointer:

```rs
ctx.debug_text("foo");
```
2024-01-22 17:04:58 +01:00
..
ecolor Use `Self` everywhere (#3787) 2024-01-08 17:41:21 +01:00
eframe Fix Android crash on resume (#3847) 2024-01-22 12:13:28 +01:00
egui Add `Context::debug_text` (#3864) 2024-01-22 17:04:58 +01:00
egui-wgpu Update wgpu to 0.19 (#3824) 2024-01-19 10:14:13 +01:00
egui-winit Fix: handle `IconData::default()` without crashing (#3842) 2024-01-19 14:24:26 +01:00
egui_demo_app Update wgpu to 0.19 (#3824) 2024-01-19 10:14:13 +01:00
egui_demo_lib Add `Response::contains_pointer` (#3859) 2024-01-22 11:17:03 +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 Update wgpu to 0.19 (#3824) 2024-01-19 10:14:13 +01:00
egui_plot Add `Align2::anchor_size` (#3863) 2024-01-22 16:47:50 +01:00
egui_web Fix typos (#2866) 2023-04-18 15:52:45 +02:00
emath Add `Align2::anchor_size` (#3863) 2024-01-22 16:47:50 +01:00
epaint Add `Align2::anchor_size` (#3863) 2024-01-22 16:47:50 +01:00