egui/crates
Ryan Bluth f0cbb18943
Don't panic when replacement glyph is not found (#4542)
I wanted to implement a font picker that loads all system fonts but ran
into panics due to missing glyphs. Falling back to an empty glyph when
none of the fallback glyphs are available avoids the panic.
2024-05-27 11:53:06 +02:00
..
ecolor Move dependencies to workspace (#4495) 2024-05-14 11:02:49 +02:00
eframe Remove `Event::Scroll` and handle it in egui (#4524) 2024-05-22 21:35:15 +02:00
egui Add `Options::line_scroll_speed` and `scroll_zoom_speed` (#4532) 2024-05-23 10:07:08 +02:00
egui-wgpu Move dependencies to workspace (#4495) 2024-05-14 11:02:49 +02:00
egui-winit Remove `Event::Scroll` and handle it in egui (#4524) 2024-05-22 21:35:15 +02:00
egui_demo_app Move dependencies to workspace (#4495) 2024-05-14 11:02:49 +02:00
egui_demo_lib Add improved pixel alignment test with alternating white/black lines (#4537) 2024-05-24 15:55:36 +02:00
egui_extras Move dependencies to workspace (#4495) 2024-05-14 11:02:49 +02:00
egui_glow Move dependencies to workspace (#4495) 2024-05-14 11:02:49 +02:00
egui_plot Introduce lifetime to `egui_plot::Plot` to replace `'static` fields (#4435) 2024-05-15 09:58:31 +02:00
egui_web Fix typos (#2866) 2023-04-18 15:52:45 +02:00
emath Move dependencies to workspace (#4495) 2024-05-14 11:02:49 +02:00
epaint Don't panic when replacement glyph is not found (#4542) 2024-05-27 11:53:06 +02:00