Update naga to 2e7d629

This commit is contained in:
Connor Fitzgerald
2021-10-07 13:01:34 -04:00
committed by Dzmitry Malyshau
parent dfa4948033
commit 6df5f95b67
4 changed files with 6 additions and 6 deletions

2
Cargo.lock generated
View File

@@ -984,7 +984,7 @@ dependencies = [
[[package]]
name = "naga"
version = "0.6.0"
source = "git+https://github.com/gfx-rs/naga?rev=0e3fbc8#0e3fbc81664a263e8be278d11a6083b227a5b1a2"
source = "git+https://github.com/gfx-rs/naga?rev=2e7d629#2e7d629aefe6857ade4f96fe2c3dc1a09f0fa4db"
dependencies = [
"bit-set",
"bitflags",

View File

@@ -36,7 +36,7 @@ thiserror = "1"
[dependencies.naga]
git = "https://github.com/gfx-rs/naga"
rev = "0e3fbc8"
rev = "2e7d629"
#version = "0.6"
features = ["validate", "wgsl-in"]

View File

@@ -70,12 +70,12 @@ core-graphics-types = "0.1"
[dependencies.naga]
git = "https://github.com/gfx-rs/naga"
rev = "0e3fbc8"
rev = "2e7d629"
#version = "0.6"
[dev-dependencies.naga]
git = "https://github.com/gfx-rs/naga"
rev = "0e3fbc8"
rev = "2e7d629"
#version = "0.6"
features = ["wgsl-in"]

View File

@@ -90,14 +90,14 @@ env_logger = "0.8"
[dependencies.naga]
git = "https://github.com/gfx-rs/naga"
rev = "0e3fbc8"
rev = "2e7d629"
#version = "0.6"
optional = true
# used to test all the example shaders
[dev-dependencies.naga]
git = "https://github.com/gfx-rs/naga"
rev = "0e3fbc8"
rev = "2e7d629"
#version = "0.6"
features = ["wgsl-in"]