egui/tests
Emil Ernerfeldt 5f8f149444
Add `UiBuilder::layer_id`, and remove `layer_id` from `Ui::new` (#5195)
This adds `UiBuilder::layer_id` to replace `ui.with_layer_id`
2024-10-01 10:39:44 +02:00
..
test_egui_extras_compilation Add a `cargo machete` CI step (#5171) 2024-09-26 10:24:37 +02:00
test_inline_glow_paint Support returning errors when creating the app (#4565) 2024-05-28 21:59:19 +02:00
test_size_pass Fix bug causing tooltips with dynamic content to shrink (#5168) 2024-09-25 18:50:14 +02:00
test_ui_stack Make Light & Dark Visuals Customizable When Following The System Theme (#4744) 2024-09-11 17:52:53 +02:00
test_viewports Add `UiBuilder::layer_id`, and remove `layer_id` from `Ui::new` (#5195) 2024-10-01 10:39:44 +02:00
README.md Move test crates to own folder (#4554) 2024-05-27 21:28:33 +02:00

README.md

Test apps

Some application to tests various parts of egui and eframe.

At some point it would be nice to have automatic screenshot regression tests for these.