Update naga to 0.13.0@git:cc87b8f9eb30bb55d0735b89d3df3e099e1a6e7c (#4130)

Co-authored-by: Nicolas Silva <nical@fastnmail.com>
This commit is contained in:
Nicolas Silva 2023-09-11 15:57:43 +02:00 committed by GitHub
parent 9a91953537
commit 012304ea11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 6 additions and 5 deletions

2
Cargo.lock generated
View File

@ -1603,7 +1603,7 @@ dependencies = [
[[package]]
name = "naga"
version = "0.13.0"
source = "git+https://github.com/gfx-rs/naga?rev=7a19f3af909202c7eafd36633b5584bfbb353ecb#7a19f3af909202c7eafd36633b5584bfbb353ecb"
source = "git+https://github.com/gfx-rs/naga?rev=cc87b8f9eb30bb55d0735b89d3df3e099e1a6e7c#cc87b8f9eb30bb55d0735b89d3df3e099e1a6e7c"
dependencies = [
"bit-set",
"bitflags 2.4.0",

View File

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

View File

@ -72,7 +72,7 @@ thiserror = "1"
[dependencies.naga]
git = "https://github.com/gfx-rs/naga"
rev = "7a19f3af909202c7eafd36633b5584bfbb353ecb"
rev = "cc87b8f9eb30bb55d0735b89d3df3e099e1a6e7c"
version = "0.13.0"
features = ["clone", "span", "validate"]

View File

@ -812,6 +812,7 @@ impl Interface {
location,
interpolation,
sampling,
.. // second_blend_source
}) => Varying::Local {
location,
iv: InterfaceVar {

View File

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