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:
10
Cargo.lock
10
Cargo.lock
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user