Update Naga to 27d38aae (2022-6-27). (#2816)

This commit is contained in:
Jim Blandy 2022-06-27 18:36:00 -07:00 committed by GitHub
parent 61796b1d59
commit 7cfbd874af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 7 deletions

2
Cargo.lock generated
View File

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

View File

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

View File

@ -95,14 +95,14 @@ android_system_properties = "0.1.1"
[dependencies.naga]
git = "https://github.com/gfx-rs/naga"
rev = "0b60f410"
rev = "27d38aae"
#version = "0.8"
# DEV dependencies
[dev-dependencies.naga]
git = "https://github.com/gfx-rs/naga"
rev = "0b60f410"
rev = "27d38aae"
#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 = "0b60f410"
rev = "27d38aae"
#version = "0.8"
optional = true
# used to test all the example shaders
[dev-dependencies.naga]
git = "https://github.com/gfx-rs/naga"
rev = "0b60f410"
rev = "27d38aae"
#version = "0.8"
features = ["wgsl-in"]
[target.'cfg(target_arch = "wasm32")'.dependencies.naga]
git = "https://github.com/gfx-rs/naga"
rev = "0b60f410"
rev = "27d38aae"
#version = "0.8"
features = ["wgsl-out"]