mirror of
https://github.com/emilk/egui.git
synced 2026-08-29 04:40:03 -04:00
Use more workspace dependencies (#7596)
This commit is contained in:
@@ -37,7 +37,7 @@ bytemuck = { workspace = true, optional = true, features = ["derive"] }
|
||||
document-features = { workspace = true, optional = true }
|
||||
|
||||
## [`mint`](https://docs.rs/mint) enables interoperability with other math libraries such as [`glam`](https://docs.rs/glam) and [`nalgebra`](https://docs.rs/nalgebra).
|
||||
mint = { version = "0.5.6", optional = true }
|
||||
mint = { workspace = true, optional = true }
|
||||
|
||||
## Allow serialization using [`serde`](https://docs.rs/serde).
|
||||
serde = { workspace = true, optional = true }
|
||||
|
||||
Reference in New Issue
Block a user