diff --git a/wgpu/Cargo.toml b/wgpu/Cargo.toml index b2252bccd6..ca5f015b37 100644 --- a/wgpu/Cargo.toml +++ b/wgpu/Cargo.toml @@ -82,12 +82,6 @@ git = "https://github.com/gfx-rs/naga" rev = "458db0b" features = ["wgsl-in"] -# used to generate SPIR-V for the Web target -[target.'cfg(target_arch = "wasm32")'.dependencies.naga] -git = "https://github.com/gfx-rs/naga" -rev = "458db0b" -features = ["wgsl-in", "spv-out"] - [[example]] name="boids" test = true