egui/crates/egui_extras/src
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
..
datepicker Enable more clippy lints (#6853) 2025-04-24 17:32:50 +02:00
loaders Load images on the ui thread for tests (#6901) 2025-04-30 12:55:57 +02:00
image.rs Support SVG Text Rendering in egui_extras (#5979) 2025-04-14 11:13:17 +02:00
layout.rs Enable more clippy lints (#6853) 2025-04-24 17:32:50 +02:00
lib.rs Enable more clippy lints (#6853) 2025-04-24 17:32:50 +02:00
loaders.rs Animated WebP support (#5470) 2024-12-29 11:46:08 +01:00
sizing.rs Add assert messages and print bad argument values in asserts (#5216) 2025-03-25 09:20:29 +01:00
strip.rs Fix some clippy issues found by 1.84.0 (#5603) 2025-01-13 08:29:13 +01:00
syntax_highlighting.rs Enable more clippy lints (#6853) 2025-04-24 17:32:50 +02:00
table.rs `ScrollArea` improvements for user configurability (#5443) 2025-04-25 11:01:22 +02:00