Update Naga to 0b60f410 (Thu 2022-6-16). (#2779)

This commit is contained in:
Jim Blandy
2022-06-17 13:51:22 -07:00
committed by GitHub
parent f4c01052ef
commit aba7197fe8
4 changed files with 7 additions and 7 deletions

2
Cargo.lock generated
View File

@@ -1032,7 +1032,7 @@ dependencies = [
[[package]]
name = "naga"
version = "0.8.0"
source = "git+https://github.com/gfx-rs/naga?rev=89bed99#89bed99bcc995bc5068c9c112fd9b7d7896bb148"
source = "git+https://github.com/gfx-rs/naga?rev=0b60f410#0b60f410ab7bd0ca0d67d024c8b5da84b55fbf18"
dependencies = [
"bit-set",
"bitflags",

View File

@@ -42,7 +42,7 @@ thiserror = "1"
[dependencies.naga]
git = "https://github.com/gfx-rs/naga"
rev = "89bed99"
rev = "0b60f410"
#version = "0.8"
features = ["span", "validate", "wgsl-in"]

View File

@@ -95,14 +95,14 @@ android-properties = "0.2"
[dependencies.naga]
git = "https://github.com/gfx-rs/naga"
rev = "89bed99"
rev = "0b60f410"
#version = "0.8"
# DEV dependencies
[dev-dependencies.naga]
git = "https://github.com/gfx-rs/naga"
rev = "89bed99"
rev = "0b60f410"
#version = "0.8"
features = ["wgsl-in"]

View File

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