1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-02 23:00:04 -04:00

Add benchmark

This commit is contained in:
Hubert Głuchowski
2024-12-11 18:42:40 +01:00
parent c094ee8a15
commit 3e1ed18299
3 changed files with 33 additions and 0 deletions

View File

@@ -58,6 +58,7 @@ serde = { workspace = true, optional = true }
# 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"] }