egui/tests
Nicolas be944f0915
Rename `id_source` to `id_salt` (#5025)
* Closes <https://github.com/emilk/egui/issues/5020 >
* [x] I have followed the instructions in the PR template
2024-09-02 09:29:01 +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 Rename `id_source` to `id_salt` (#5025) 2024-09-02 09:29:01 +02:00
test_ui_stack Rename `id_source` to `id_salt` (#5025) 2024-09-02 09:29:01 +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.