Allow serialize and deserialize in Naga no_std (#7590)

This commit is contained in:
Zachary Harrold 2025-04-23 01:07:35 +10:00 committed by GitHub
parent 1fdd05a2b8
commit c809aefb8d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -98,8 +98,8 @@ once_cell = { workspace = true, features = ["alloc", "race"] }
strum = { workspace = true, optional = true }
spirv = { version = "0.3", optional = true }
thiserror.workspace = true
serde = { version = "1.0.219", features = [
"default",
serde = { version = "1.0.219", default-features = false, features = [
"alloc",
"derive",
], optional = true }
petgraph = { version = "0.8", optional = true }