mirror of
https://github.com/emilk/egui.git
synced 2026-06-27 15:13:12 -04:00
Update dependencies (#3700)
Also disable `regex` `env_logger` feature in examples to improve compile times.
This commit is contained in:
@@ -14,4 +14,7 @@ eframe = { path = "../../crates/eframe", features = [
|
||||
egui_plot = { path = "../../crates/egui_plot" }
|
||||
image = { version = "0.24", default-features = false, features = ["png"] }
|
||||
rfd = "0.11.0"
|
||||
env_logger = "0.10"
|
||||
env_logger = { version = "0.10", default-features = false, features = [
|
||||
"auto-color",
|
||||
"humantime",
|
||||
] }
|
||||
|
||||
Reference in New Issue
Block a user