1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-30 05:10:03 -04:00

Update dependencies (#3700)

Also disable `regex` `env_logger` feature in examples to improve compile
times.
This commit is contained in:
Emil Ernerfeldt
2023-12-12 12:59:40 +01:00
committed by GitHub
parent 8d4de866d4
commit c8dd3dd01a
25 changed files with 139 additions and 106 deletions

View File

@@ -98,7 +98,7 @@ backtrace = { version = "0.3", optional = true }
[dev-dependencies]
criterion = { version = "0.4", default-features = false }
criterion.workspace = true
[[bench]]