egui/tests
Emil Ernerfeldt 58bc67e02f
Fix compilation of `egui_extras` without `serde` feature (#5014)
* Closes https://github.com/emilk/egui/issues/4771
2024-08-27 11:38:33 +02:00
..
test_egui_extras_compilation Fix compilation of `egui_extras` without `serde` feature (#5014) 2024-08-27 11:38:33 +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 `eframe::Result` is now short for `eframe::Result<()>` (#4706) 2024-06-25 13:31:42 +02:00
test_ui_stack Add additional cases and the egui inspectors to the `test_ui_stack` example (#4992) 2024-08-26 15:32:27 +02:00
test_viewports Create a `UiBuilder` for building `Ui`s (#4969) 2024-08-26 08:51:18 +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.