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

Remove cylic dependency of egui_kittest on itself

This commit is contained in:
Emil Ernerfeldt
2024-12-16 18:01:33 +01:00
parent eb403655ce
commit 5b2b8cfb34
3 changed files with 7 additions and 5 deletions

View File

@@ -10,5 +10,6 @@ fn test_shrink() {
harness.fit_contents();
#[cfg(all(feature = "snapshot", feature = "wgpu"))]
harness.wgpu_snapshot("test_shrink");
}