1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-04 07:40:03 -04:00

WIP: Debug tests with eframe

This commit is contained in:
Lucas Meurer
2024-11-30 12:20:40 +01:00
parent 10791cc43d
commit b4a6590a4c
5 changed files with 37 additions and 1 deletions

View File

@@ -10,5 +10,7 @@ fn test_shrink() {
harness.fit_contents();
harness.run_with_eframe();
harness.wgpu_snapshot("test_shrink");
}