egui/tests
Emil Ernerfeldt 36a4981f29
Enable `clippy::iter_over_hash_type` lint (#7421)
This helped discover a few things that _might_ have been buggy.
2025-08-06 13:55:53 +02:00
..
egui_tests Set intrinsic size for Label (#7328) 2025-07-10 10:48:14 +02:00
test_egui_extras_compilation Use Rust edition 2024 (#7280) 2025-06-30 14:01:57 +02:00
test_inline_glow_paint Use Rust edition 2024 (#7280) 2025-06-30 14:01:57 +02:00
test_size_pass Use Rust edition 2024 (#7280) 2025-06-30 14:01:57 +02:00
test_ui_stack Use Rust edition 2024 (#7280) 2025-06-30 14:01:57 +02:00
test_viewports Enable `clippy::iter_over_hash_type` lint (#7421) 2025-08-06 13:55:53 +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.