mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-22 14:55:05 +00:00
Update naga
to 0.13.0@git:6854b0ab4f105131bfb87704927abec3fe366ef9 (#4254)
This commit is contained in:
parent
96127c572f
commit
c07d889f1b
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -1686,7 +1686,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "naga"
|
||||
version = "0.13.0"
|
||||
source = "git+https://github.com/gfx-rs/naga?rev=9eb3a1dc8a522e627b266f9157442f0fe8b65ec9#9eb3a1dc8a522e627b266f9157442f0fe8b65ec9"
|
||||
source = "git+https://github.com/gfx-rs/naga?rev=6854b0ab4f105131bfb87704927abec3fe366ef9#6854b0ab4f105131bfb87704927abec3fe366ef9"
|
||||
dependencies = [
|
||||
"bit-set",
|
||||
"bitflags 2.4.1",
|
||||
|
@ -51,7 +51,7 @@ version = "0.17"
|
||||
|
||||
[workspace.dependencies.naga]
|
||||
git = "https://github.com/gfx-rs/naga"
|
||||
rev = "9eb3a1dc8a522e627b266f9157442f0fe8b65ec9"
|
||||
rev = "6854b0ab4f105131bfb87704927abec3fe366ef9"
|
||||
version = "0.13.0"
|
||||
|
||||
[workspace.dependencies]
|
||||
|
@ -77,7 +77,7 @@ thiserror = "1"
|
||||
|
||||
[dependencies.naga]
|
||||
git = "https://github.com/gfx-rs/naga"
|
||||
rev = "9eb3a1dc8a522e627b266f9157442f0fe8b65ec9"
|
||||
rev = "6854b0ab4f105131bfb87704927abec3fe366ef9"
|
||||
version = "0.13.0"
|
||||
features = ["clone", "span", "validate"]
|
||||
|
||||
|
@ -120,14 +120,14 @@ android_system_properties = "0.1.1"
|
||||
|
||||
[dependencies.naga]
|
||||
git = "https://github.com/gfx-rs/naga"
|
||||
rev = "9eb3a1dc8a522e627b266f9157442f0fe8b65ec9"
|
||||
rev = "6854b0ab4f105131bfb87704927abec3fe366ef9"
|
||||
version = "0.13.0"
|
||||
features = ["clone"]
|
||||
|
||||
# DEV dependencies
|
||||
[dev-dependencies.naga]
|
||||
git = "https://github.com/gfx-rs/naga"
|
||||
rev = "9eb3a1dc8a522e627b266f9157442f0fe8b65ec9"
|
||||
rev = "6854b0ab4f105131bfb87704927abec3fe366ef9"
|
||||
version = "0.13.0"
|
||||
features = ["wgsl-in"]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user