mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
Update naga to 2e7d629
This commit is contained in:
committed by
Dzmitry Malyshau
parent
dfa4948033
commit
6df5f95b67
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -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",
|
||||
|
||||
@@ -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"]
|
||||
|
||||
|
||||
@@ -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"]
|
||||
|
||||
|
||||
@@ -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"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user