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

Move egui tests to avoid cyclic dependency

This commit is contained in:
Emil Ernerfeldt
2024-12-16 17:56:56 +01:00
parent 69dbb00087
commit eb403655ce
4 changed files with 5 additions and 10 deletions

View File

@@ -94,7 +94,3 @@ document-features = { workspace = true, optional = true }
log = { workspace = true, optional = true }
ron = { workspace = true, optional = true }
serde = { workspace = true, optional = true, features = ["derive", "rc"] }
[dev-dependencies]
egui_kittest = { workspace = true, features = ["wgpu", "snapshot"] }