mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-17 07:18:04 +08:00
move "glam/serde" dependency to individual crates
This commit is contained in:
@@ -22,7 +22,7 @@ dyn-any = { workspace = true, features = ["log-bad-types", "glam"] }
|
||||
num-traits = { workspace = true }
|
||||
log = { workspace = true }
|
||||
wgpu = { workspace = true }
|
||||
glam = { workspace = true }
|
||||
glam = { workspace = true, features = ["serde"] }
|
||||
futures = { workspace = true }
|
||||
once_cell = { workspace = true }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user