Roll naga from 8e2e39e to a45b9a6 (27 revisions)

This commit is contained in:
Jinlei Li 2022-02-22 17:54:23 +08:00 committed by Dzmitry Malyshau
parent 7f3c6f7019
commit 1bd85a835a
4 changed files with 7 additions and 7 deletions

2
Cargo.lock generated
View File

@ -1046,7 +1046,7 @@ dependencies = [
[[package]]
name = "naga"
version = "0.8.0"
source = "git+https://github.com/gfx-rs/naga?rev=8e2e39e#8e2e39e4d8fa5bbb657c3b170b4f6607d703e284"
source = "git+https://github.com/gfx-rs/naga?rev=a45b9a6#a45b9a6cc691a671aa24a32114b51c5acae02420"
dependencies = [
"bit-set",
"bitflags",

View File

@ -40,7 +40,7 @@ thiserror = "1"
[dependencies.naga]
git = "https://github.com/gfx-rs/naga"
rev = "8e2e39e"
rev = "a45b9a6"
#version = "0.8"
features = ["span", "validate", "wgsl-in"]

View File

@ -88,14 +88,14 @@ js-sys = { version = "0.3" }
[dependencies.naga]
git = "https://github.com/gfx-rs/naga"
rev = "8e2e39e"
rev = "a45b9a6"
#version = "0.8"
# DEV dependencies
[dev-dependencies.naga]
git = "https://github.com/gfx-rs/naga"
rev = "8e2e39e"
rev = "a45b9a6"
#version = "0.8"
features = ["wgsl-in"]

View File

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