egui/crates
Lucas Meurer 2947821c60
Load images on the ui thread for tests (#6901)
https://github.com/emilk/egui/pull/5394 made it so images would load on
a background thread, which is great. But this makes snapshot tests that
have images via include_image!() flakey since they might or might not
load by the time the snapshot is rendered.
This is no perfect solution, since the underlying problem of "waiting
for something async to happen" still exists and we should add some more
general solution for that.
2025-04-30 12:55:57 +02:00
..
ecolor Enable more clippy lints (#6853) 2025-04-24 17:32:50 +02:00
eframe Add external eventloop support (#6750) 2025-04-29 12:09:23 +02:00
egui Fix image button panicking with tiny `available_space` (#6900) 2025-04-30 10:40:50 +02:00
egui-wgpu Enable more clippy lints (#6853) 2025-04-24 17:32:50 +02:00
egui-winit Add macOS-specific `has_shadow` and `with_has_shadow` to ViewportBuilder (#6850) 2025-04-29 12:02:42 +02:00
egui_demo_app Enable more clippy lints (#6853) 2025-04-24 17:32:50 +02:00
egui_demo_lib Add italic button benchmark to test `RichText` performance impact (#6897) 2025-04-30 10:38:41 +02:00
egui_extras Load images on the ui thread for tests (#6901) 2025-04-30 12:55:57 +02:00
egui_glow Enable more clippy lints (#6853) 2025-04-24 17:32:50 +02:00
egui_kittest Enable more clippy lints (#6853) 2025-04-24 17:32:50 +02: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 Enable more clippy lints (#6853) 2025-04-24 17:32:50 +02:00
epaint Enable more clippy lints (#6853) 2025-04-24 17:32:50 +02:00
epaint_default_fonts Release 0.31.1 - text_edit and kittest fixes 2025-03-05 08:37:34 +01:00