1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-29 04:40:03 -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

@@ -0,0 +1,15 @@
[package]
name = "egui_tests"
edition.workspace = true
license.workspace = true
rust-version.workspace = true
version.workspace = true
[dev-dependencies]
egui = { workspace = true, default-features = true }
egui_kittest = { workspace = true, features = ["snapshot", "wgpu"] }
egui_extras = { workspace = true, features = ["image"]}
image = { workspace = true, features = ["png"] }
[lints]
workspace = true