Skip to content

Commit

Permalink
Update naga to 0.13.0@git:7a19f3af909202c7eafd36633b5584bfbb353ecb (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
nical authored Aug 14, 2023
1 parent 049ce53 commit 50cfc54
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions 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 @@ -51,7 +51,7 @@ version = "0.17"

[workspace.dependencies.naga]
git = "https://github.com/gfx-rs/naga"
rev = "bac2d82a430fbfcf100ee22b7c3bc12f3d593079"
rev = "7a19f3af909202c7eafd36633b5584bfbb353ecb"
version = "0.13.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 @@ -72,7 +72,7 @@ thiserror = "1"

[dependencies.naga]
git = "https://github.com/gfx-rs/naga"
rev = "bac2d82a430fbfcf100ee22b7c3bc12f3d593079"
rev = "7a19f3af909202c7eafd36633b5584bfbb353ecb"
version = "0.13.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 @@ -120,14 +120,14 @@ android_system_properties = "0.1.1"

[dependencies.naga]
git = "https://github.com/gfx-rs/naga"
rev = "bac2d82a430fbfcf100ee22b7c3bc12f3d593079"
rev = "7a19f3af909202c7eafd36633b5584bfbb353ecb"
version = "0.13.0"
features = ["clone"]

# DEV dependencies
[dev-dependencies.naga]
git = "https://github.com/gfx-rs/naga"
rev = "bac2d82a430fbfcf100ee22b7c3bc12f3d593079"
rev = "7a19f3af909202c7eafd36633b5584bfbb353ecb"
version = "0.13.0"
features = ["wgsl-in"]

Expand Down

0 comments on commit 50cfc54

Please sign in to comment.