Skip to content

Commit

Permalink
Update naga to e98bd92
Browse files Browse the repository at this point in the history
  • Loading branch information
nical committed Jan 5, 2023
1 parent 39f6b03 commit a2c2261
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 @@ -39,7 +39,7 @@ path = "./wgpu-hal"

[workspace.dependencies.naga]
git = "https://github.com/gfx-rs/naga"
rev = "e7fc8e6"
rev = "e98bd92"
version = "0.10"

[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 = "e7fc8e6"
rev = "e98bd92"
version = "0.10"
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 @@ -111,14 +111,14 @@ android_system_properties = "0.1.1"

[dependencies.naga]
git = "https://github.com/gfx-rs/naga"
rev = "e7fc8e6"
rev = "e98bd92"
version = "0.10"
features = ["clone"]

# DEV dependencies
[dev-dependencies.naga]
git = "https://github.com/gfx-rs/naga"
rev = "e7fc8e6"
rev = "e98bd92"
version = "0.10"
features = ["wgsl-in"]

Expand Down

0 comments on commit a2c2261

Please sign in to comment.