mirror of
https://github.com/emilk/egui.git
synced 2026-09-01 14:20:04 -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:
|
||||
|
||||
Reference in New Issue
Block a user