mirror of
https://github.com/emilk/egui.git
synced 2026-06-26 22:53:14 -04:00
Update dependencies (#3700)
Also disable `regex` `env_logger` feature in examples to improve compile times.
This commit is contained in:
@@ -13,7 +13,10 @@ eframe = { path = "../../crates/eframe", features = [
|
||||
"__screenshot", # __screenshot is so we can dump a screenshot using EFRAME_SCREENSHOT_TO
|
||||
] }
|
||||
egui_extras = { path = "../../crates/egui_extras", features = ["all_loaders"] }
|
||||
env_logger = "0.10"
|
||||
env_logger = { version = "0.10", default-features = false, features = [
|
||||
"auto-color",
|
||||
"humantime",
|
||||
] }
|
||||
image = { version = "0.24", default-features = false, features = [
|
||||
"jpeg",
|
||||
"png",
|
||||
|
||||
Reference in New Issue
Block a user