mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-12-08 21:26:17 +00:00
Allow serialize and deserialize in Naga no_std (#7590)
This commit is contained in:
parent
1fdd05a2b8
commit
c809aefb8d
@ -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 }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user