1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-26 22:53:14 -04:00

Add tests for layout and visuals of most egui widgets (#6752)

This is mostly in preparation for #5830 where I want to ensure that I
don't introduce any regressions
This commit is contained in:
Lucas Meurer
2025-04-16 18:58:58 +02:00
committed by GitHub
parent 0f1d6c2818
commit 501905b60d
29 changed files with 518 additions and 16 deletions

View File

@@ -1423,6 +1423,16 @@ dependencies = [
"wgpu",
]
[[package]]
name = "egui_tests"
version = "0.31.1"
dependencies = [
"egui",
"egui_extras",
"egui_kittest",
"image",
]
[[package]]
name = "ehttp"
version = "0.5.0"