Skip to content

Commit

Permalink
Update naga to 2e7d629
Browse files Browse the repository at this point in the history
  • Loading branch information
cwfitzgerald authored and kvark committed Oct 7, 2021
1 parent dfa4948 commit 6df5f95
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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 wgpu-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ thiserror = "1"

[dependencies.naga]
git = "https://github.com/gfx-rs/naga"
rev = "0e3fbc8"
rev = "2e7d629"
#version = "0.6"
features = ["validate", "wgsl-in"]

Expand Down
4 changes: 2 additions & 2 deletions wgpu-hal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,12 @@ core-graphics-types = "0.1"

[dependencies.naga]
git = "https://github.com/gfx-rs/naga"
rev = "0e3fbc8"
rev = "2e7d629"
#version = "0.6"

[dev-dependencies.naga]
git = "https://github.com/gfx-rs/naga"
rev = "0e3fbc8"
rev = "2e7d629"
#version = "0.6"
features = ["wgsl-in"]

Expand Down
4 changes: 2 additions & 2 deletions wgpu/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -90,14 +90,14 @@ env_logger = "0.8"

[dependencies.naga]
git = "https://github.com/gfx-rs/naga"
rev = "0e3fbc8"
rev = "2e7d629"
#version = "0.6"
optional = true

# used to test all the example shaders
[dev-dependencies.naga]
git = "https://github.com/gfx-rs/naga"
rev = "0e3fbc8"
rev = "2e7d629"
#version = "0.6"
features = ["wgsl-in"]

Expand Down

0 comments on commit 6df5f95

Please sign in to comment.