Update naga to 8df5421

This commit is contained in:
Dzmitry Malyshau
2021-12-24 23:48:06 -05:00
parent 61fa8a3b63
commit 39b7a8a202
4 changed files with 19 additions and 20 deletions

3
Cargo.lock generated
View File

@@ -872,8 +872,7 @@ dependencies = [
[[package]]
name = "naga"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc7216bec6be822a562dda435236539c7fb5aa5e5ceecc8c565e81139ed1d4b0"
source = "git+https://github.com/gfx-rs/naga?rev=8df5421#8df5421e2e9d33e092c19779adfdc42e7f8a74e6"
dependencies = [
"bit-set",
"bitflags",

View File

@@ -37,9 +37,9 @@ smallvec = "1"
thiserror = "1"
[dependencies.naga]
#git = "https://github.com/gfx-rs/naga"
#rev = "8ffd6ba"
version = "0.8"
git = "https://github.com/gfx-rs/naga"
rev = "8df5421"
#version = "0.8"
features = ["span", "validate", "wgsl-in"]
[dependencies.wgt]

View File

@@ -74,14 +74,14 @@ web-sys = { version = "0.3", features = ["Window", "HtmlCanvasElement", "WebGl2R
js-sys = { version = "0.3" }
[dependencies.naga]
#git = "https://github.com/gfx-rs/naga"
#rev = "8ffd6ba"
version = "0.8"
git = "https://github.com/gfx-rs/naga"
rev = "8df5421"
#version = "0.8"
[dev-dependencies.naga]
#git = "https://github.com/gfx-rs/naga"
#rev = "8ffd6ba"
version = "0.8"
git = "https://github.com/gfx-rs/naga"
rev = "8df5421"
#version = "0.8"
features = ["wgsl-in"]
[dev-dependencies]

View File

@@ -135,22 +135,22 @@ pollster = "0.2"
env_logger = "0.8"
[dependencies.naga]
#git = "https://github.com/gfx-rs/naga"
#rev = "8ffd6ba"
version = "0.8"
git = "https://github.com/gfx-rs/naga"
rev = "8df5421"
#version = "0.8"
optional = true
# used to test all the example shaders
[dev-dependencies.naga]
#git = "https://github.com/gfx-rs/naga"
#rev = "8ffd6ba"
version = "0.8"
git = "https://github.com/gfx-rs/naga"
rev = "8df5421"
#version = "0.8"
features = ["wgsl-in"]
[target.'cfg(target_arch = "wasm32")'.dependencies.naga]
#git = "https://github.com/gfx-rs/naga"
#rev = "8ffd6ba"
version = "0.8"
git = "https://github.com/gfx-rs/naga"
rev = "8df5421"
#version = "0.8"
features = ["wgsl-out"]
[target.'cfg(target_arch = "wasm32")'.dependencies]