move "glam/serde" dependency to individual crates

This commit is contained in:
Firestar99
2025-06-03 14:38:59 +02:00
parent debafb6f7e
commit 6f45560335
8 changed files with 8 additions and 8 deletions

View File

@@ -19,7 +19,7 @@ dyn-any = { workspace = true, features = ["log-bad-types", "rc", "glam"] }
node-macro = { workspace = true }
num-traits = { workspace = true }
log = { workspace = true }
glam = { workspace = true }
glam = { workspace = true, features = ["serde"] }
base64 = { workspace = true }
bytemuck = { workspace = true }
anyhow = { workspace = true }