egui/tests
Emil Ernerfeldt d58d13781d
Store `Margin` using `i8` to reduce its size (#5567)
Adds `Marginf` to fill the previous niche.

This is all in a pursuit to shrink the sizes of often-used structs, to
improve performance (less cache misses, less memcpy:s, etc).

* On the path towards https://github.com/emilk/egui/issues/4019
2025-01-02 16:05:52 +01:00
..
test_egui_extras_compilation Update MSRV to 1.80 (#5457) 2024-12-10 16:09:03 +01:00
test_inline_glow_paint Update MSRV to 1.80 (#5457) 2024-12-10 16:09:03 +01:00
test_size_pass Update MSRV to 1.80 (#5457) 2024-12-10 16:09:03 +01:00
test_ui_stack Store `Margin` using `i8` to reduce its size (#5567) 2025-01-02 16:05:52 +01:00
test_viewports Update MSRV to 1.80 (#5457) 2024-12-10 16:09:03 +01: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.