mirror of
https://github.com/emilk/egui.git
synced 2026-08-30 21:30:03 -04:00
Use more workspace dependencies (#7596)
This commit is contained in:
@@ -66,7 +66,7 @@ _override_unity = []
|
||||
emath.workspace = true
|
||||
ecolor.workspace = true
|
||||
|
||||
ab_glyph = "0.2.11"
|
||||
ab_glyph.workspace = true
|
||||
ahash.workspace = true
|
||||
log.workspace = true
|
||||
nohash-hasher.workspace = true
|
||||
@@ -79,7 +79,7 @@ bytemuck = { workspace = true, optional = true, features = ["derive"] }
|
||||
## Enable this when generating docs.
|
||||
document-features = { workspace = true, optional = true }
|
||||
|
||||
rayon = { version = "1.7", optional = true }
|
||||
rayon = { workspace = true, optional = true }
|
||||
|
||||
## Allow serialization using [`serde`](https://docs.rs/serde) .
|
||||
serde = { workspace = true, optional = true, features = ["derive", "rc"] }
|
||||
|
||||
Reference in New Issue
Block a user