egui/tests
Emil Ernerfeldt 10571e9da5
`eframe::Result` is now short for `eframe::Result<()>` (#4706)
2024-06-25 13:31:42 +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 `eframe::Result` is now short for `eframe::Result<()>` (#4706) 2024-06-25 13:31:42 +02:00
test_viewports Introduce `UiStack` (#4588) 2024-06-04 10:12:23 +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.