mirror of
https://github.com/emilk/egui.git
synced 2026-09-03 15:20:05 -04:00
Merge branch 'master' into cache_galley_lines
This commit is contained in:
@@ -55,14 +55,11 @@ serde = { workspace = true, optional = true }
|
||||
|
||||
|
||||
[dev-dependencies]
|
||||
# when running tests we always want to use the `chrono` feature
|
||||
egui_demo_lib = { workspace = true, features = ["chrono"] }
|
||||
|
||||
rand = "0.8"
|
||||
criterion.workspace = true
|
||||
egui_kittest = { workspace = true, features = ["wgpu", "snapshot"] }
|
||||
wgpu = { workspace = true, features = ["metal"] }
|
||||
egui = { workspace = true, features = ["default_fonts"] }
|
||||
rand = "0.8"
|
||||
|
||||
[[bench]]
|
||||
name = "benchmark"
|
||||
|
||||
Reference in New Issue
Block a user