Skip to content

Commit

Permalink
Update naga to 0.11.0@git:f59668ccfaf7bdb3a7e43d84363a21c77357b2fe (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
nical authored Apr 11, 2023
1 parent 9bd6a8d commit f3bf0f7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion wgpu-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

Expand Down
4 changes: 2 additions & 2 deletions wgpu-hal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

Expand Down

0 comments on commit f3bf0f7

Please sign in to comment.