webgpu: remove naga dependency

This commit is contained in:
Joshua Groves
2021-07-16 21:59:37 -02:30
parent 4b7dac0e43
commit cd12afa1db

View File

@@ -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