From cd12afa1db0b78440285ee2f35540f7d29b5d143 Mon Sep 17 00:00:00 2001 From: Joshua Groves Date: Fri, 16 Jul 2021 21:59:37 -0230 Subject: [PATCH] webgpu: remove naga dependency --- wgpu/Cargo.toml | 6 ------ 1 file changed, 6 deletions(-) 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