test: fix wgpu-test building by itself (#5912)

This commit is contained in:
Erich Gubler 2024-07-04 21:31:37 -06:00 committed by GitHub
parent 5c29ad548b
commit f02ec0e4e8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -38,7 +38,7 @@ serde_json.workspace = true
serde.workspace = true serde.workspace = true
strum = { workspace = true, features = ["derive"] } strum = { workspace = true, features = ["derive"] }
wgpu-macros.workspace = true wgpu-macros.workspace = true
wgpu.workspace = true wgpu = { workspace = true, features = ["wgsl"] }
wgt = { workspace = true, features = ["serde"] } wgt = { workspace = true, features = ["serde"] }
[target.'cfg(not(target_arch = "wasm32"))'.dependencies] [target.'cfg(not(target_arch = "wasm32"))'.dependencies]