mirror of
https://github.com/emilk/egui.git
synced 2026-08-30 13:20:05 -04:00
Update dependencies (#3700)
Also disable `regex` `env_logger` feature in examples to improve compile times.
This commit is contained in:
@@ -73,7 +73,10 @@ serde = { version = "1", optional = true, features = ["derive"] }
|
||||
|
||||
# native:
|
||||
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
|
||||
env_logger = "0.10"
|
||||
env_logger = { version = "0.10", default-features = false, features = [
|
||||
"auto-color",
|
||||
"humantime",
|
||||
] }
|
||||
rfd = { version = "0.11", optional = true }
|
||||
|
||||
# web:
|
||||
|
||||
@@ -52,7 +52,7 @@ serde = { version = "1", optional = true, features = ["derive"] }
|
||||
|
||||
|
||||
[dev-dependencies]
|
||||
criterion = { version = "0.4", default-features = false }
|
||||
criterion.workspace = true
|
||||
|
||||
|
||||
[[bench]]
|
||||
|
||||
@@ -98,7 +98,7 @@ backtrace = { version = "0.3", optional = true }
|
||||
|
||||
|
||||
[dev-dependencies]
|
||||
criterion = { version = "0.4", default-features = false }
|
||||
criterion.workspace = true
|
||||
|
||||
|
||||
[[bench]]
|
||||
|
||||
Reference in New Issue
Block a user