Update naga to 0.13.0@git:6854b0ab4f105131bfb87704927abec3fe366ef9 (#4254)

This commit is contained in:
Teodor Tanasoaia 2023-10-17 17:49:12 +02:00 committed by GitHub
parent 96127c572f
commit c07d889f1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

2
Cargo.lock generated
View File

@ -1686,7 +1686,7 @@ dependencies = [
[[package]] [[package]]
name = "naga" name = "naga"
version = "0.13.0" 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 = [ dependencies = [
"bit-set", "bit-set",
"bitflags 2.4.1", "bitflags 2.4.1",

View File

@ -51,7 +51,7 @@ version = "0.17"
[workspace.dependencies.naga] [workspace.dependencies.naga]
git = "https://github.com/gfx-rs/naga" git = "https://github.com/gfx-rs/naga"
rev = "9eb3a1dc8a522e627b266f9157442f0fe8b65ec9" rev = "6854b0ab4f105131bfb87704927abec3fe366ef9"
version = "0.13.0" version = "0.13.0"
[workspace.dependencies] [workspace.dependencies]

View File

@ -77,7 +77,7 @@ thiserror = "1"
[dependencies.naga] [dependencies.naga]
git = "https://github.com/gfx-rs/naga" git = "https://github.com/gfx-rs/naga"
rev = "9eb3a1dc8a522e627b266f9157442f0fe8b65ec9" rev = "6854b0ab4f105131bfb87704927abec3fe366ef9"
version = "0.13.0" version = "0.13.0"
features = ["clone", "span", "validate"] features = ["clone", "span", "validate"]

View File

@ -120,14 +120,14 @@ android_system_properties = "0.1.1"
[dependencies.naga] [dependencies.naga]
git = "https://github.com/gfx-rs/naga" git = "https://github.com/gfx-rs/naga"
rev = "9eb3a1dc8a522e627b266f9157442f0fe8b65ec9" rev = "6854b0ab4f105131bfb87704927abec3fe366ef9"
version = "0.13.0" version = "0.13.0"
features = ["clone"] features = ["clone"]
# DEV dependencies # DEV dependencies
[dev-dependencies.naga] [dev-dependencies.naga]
git = "https://github.com/gfx-rs/naga" git = "https://github.com/gfx-rs/naga"
rev = "9eb3a1dc8a522e627b266f9157442f0fe8b65ec9" rev = "6854b0ab4f105131bfb87704927abec3fe366ef9"
version = "0.13.0" version = "0.13.0"
features = ["wgsl-in"] features = ["wgsl-in"]