mirror of
https://github.com/emilk/egui.git
synced 2026-08-30 21:30:03 -04:00
Use more workspace dependencies (#3975)
This commit is contained in:
@@ -44,7 +44,7 @@ cint = { version = "0.3.1", optional = true }
|
||||
color-hex = { version = "0.2.0", optional = true }
|
||||
|
||||
## Enable this when generating docs.
|
||||
document-features = { version = "0.2", optional = true }
|
||||
document-features = { workspace = true, optional = true }
|
||||
|
||||
## Allow serialization using [`serde`](https://docs.rs/serde).
|
||||
serde = { version = "1", optional = true, features = ["derive"] }
|
||||
|
||||
Reference in New Issue
Block a user