mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-22 06:44:14 +00:00
test: fix wgpu-test
building by itself (#5912)
This commit is contained in:
parent
5c29ad548b
commit
f02ec0e4e8
@ -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]
|
||||||
|
Loading…
Reference in New Issue
Block a user