egui/tests
Lucas Meurer e5d0b93633
Preserve text format in truncated label tooltip (#7514)
* Related https://github.com/rerun-io/rerun/issues/10906

This changes the label hover ui to use the provided layout job instead
of the text so that the text format is preserved.
2025-09-08 15:41:05 +02:00
..
egui_tests Preserve text format in truncated label tooltip (#7514) 2025-09-08 15:41:05 +02:00
test_egui_extras_compilation Update MSRV to 1.86 (#7469) 2025-08-21 15:38:41 +02:00
test_inline_glow_paint Update MSRV to 1.86 (#7469) 2025-08-21 15:38:41 +02:00
test_size_pass Update MSRV to 1.86 (#7469) 2025-08-21 15:38:41 +02:00
test_ui_stack Update MSRV to 1.86 (#7469) 2025-08-21 15:38:41 +02:00
test_viewports Update MSRV to 1.86 (#7469) 2025-08-21 15:38:41 +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.