mirror of
https://github.com/emilk/egui.git
synced 2026-09-01 06:10:06 -04:00
Use more workspace dependencies (#3975)
This commit is contained in:
@@ -58,7 +58,7 @@ x11 = ["winit/x11", "bytemuck"]
|
||||
egui = { version = "0.25.0", path = "../egui", default-features = false, features = [
|
||||
"log",
|
||||
] }
|
||||
log = { version = "0.4", features = ["std"] }
|
||||
log.workspace = true
|
||||
raw-window-handle.workspace = true
|
||||
web-time.workspace = true
|
||||
winit = { workspace = true, default-features = false, features = ["rwh_06"] }
|
||||
@@ -69,7 +69,7 @@ winit = { workspace = true, default-features = false, features = ["rwh_06"] }
|
||||
accesskit_winit = { version = "0.16.0", optional = true }
|
||||
|
||||
## Enable this when generating docs.
|
||||
document-features = { version = "0.2", optional = true }
|
||||
document-features = { workspace = true, optional = true }
|
||||
|
||||
puffin = { workspace = true, optional = true }
|
||||
serde = { version = "1.0", optional = true, features = ["derive"] }
|
||||
|
||||
Reference in New Issue
Block a user