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

Use more workspace dependencies (#3975)

This commit is contained in:
Emil Ernerfeldt
2024-02-05 12:43:58 +01:00
committed by GitHub
parent a5f3881d59
commit bcebfecb84
15 changed files with 46 additions and 51 deletions

View File

@@ -64,7 +64,7 @@ egui = { version = "0.25.0", path = "../egui", default-features = false, feature
"serde",
] }
enum-map = { version = "2", features = ["serde"] }
log = { version = "0.4", features = ["std"] }
log.workspace = true
serde = { version = "1", features = ["derive"] }
#! ### Optional dependencies
@@ -78,7 +78,7 @@ chrono = { version = "0.4", optional = true, default-features = false, features
] }
## Enable this when generating docs.
document-features = { version = "0.2", optional = true }
document-features = { workspace = true, optional = true }
image = { version = "0.24", optional = true, default-features = false }