Update naga to 0.11.0@git:f59668ccfaf7bdb3a7e43d84363a21c77357b2fe (#3665)

This commit is contained in:
Nicolas Silva 2023-04-11 16:13:16 +02:00 committed by GitHub
parent 9bd6a8db48
commit f3bf0f782e
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

@ -1547,7 +1547,7 @@ dependencies = [
[[package]]
name = "naga"
version = "0.11.0"
source = "git+https://github.com/gfx-rs/naga?rev=00be08e9f82a7bc2a4b8f8f3645d0191d9a89ec2#00be08e9f82a7bc2a4b8f8f3645d0191d9a89ec2"
source = "git+https://github.com/gfx-rs/naga?rev=f59668ccfaf7bdb3a7e43d84363a21c77357b2fe#f59668ccfaf7bdb3a7e43d84363a21c77357b2fe"
dependencies = [
"bit-set",
"bitflags 1.3.2",

View File

@ -42,7 +42,7 @@ version = "0.15"
[workspace.dependencies.naga]
git = "https://github.com/gfx-rs/naga"
rev = "00be08e9f82a7bc2a4b8f8f3645d0191d9a89ec2"
rev = "f59668ccfaf7bdb3a7e43d84363a21c77357b2fe"
version = "0.11.0"
[workspace.dependencies]

View File

@ -67,7 +67,7 @@ thiserror = "1"
[dependencies.naga]
git = "https://github.com/gfx-rs/naga"
rev = "00be08e9f82a7bc2a4b8f8f3645d0191d9a89ec2"
rev = "f59668ccfaf7bdb3a7e43d84363a21c77357b2fe"
version = "0.11.0"
features = ["clone", "span", "validate"]

View File

@ -119,14 +119,14 @@ android_system_properties = "0.1.1"
[dependencies.naga]
git = "https://github.com/gfx-rs/naga"
rev = "00be08e9f82a7bc2a4b8f8f3645d0191d9a89ec2"
rev = "f59668ccfaf7bdb3a7e43d84363a21c77357b2fe"
version = "0.11.0"
features = ["clone"]
# DEV dependencies
[dev-dependencies.naga]
git = "https://github.com/gfx-rs/naga"
rev = "00be08e9f82a7bc2a4b8f8f3645d0191d9a89ec2"
rev = "f59668ccfaf7bdb3a7e43d84363a21c77357b2fe"
version = "0.11.0"
features = ["wgsl-in"]