From f02ec0e4e8e2dd10eaea419ffd6226ac8a1c1df5 Mon Sep 17 00:00:00 2001 From: Erich Gubler Date: Thu, 4 Jul 2024 21:31:37 -0600 Subject: [PATCH] test: fix `wgpu-test` building by itself (#5912) --- tests/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Cargo.toml b/tests/Cargo.toml index d6b5ae672..63776a174 100644 --- a/tests/Cargo.toml +++ b/tests/Cargo.toml @@ -38,7 +38,7 @@ serde_json.workspace = true serde.workspace = true strum = { workspace = true, features = ["derive"] } wgpu-macros.workspace = true -wgpu.workspace = true +wgpu = { workspace = true, features = ["wgsl"] } wgt = { workspace = true, features = ["serde"] } [target.'cfg(not(target_arch = "wasm32"))'.dependencies]