Skip to content

Commit

Permalink
Update naga to 09d35f3
Browse files Browse the repository at this point in the history
  • Loading branch information
kvark committed Jan 6, 2022
1 parent b88808b commit eda3d4f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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 @@ -38,7 +38,7 @@ thiserror = "1"

[dependencies.naga]
git = "https://github.com/gfx-rs/naga"
rev = "8df5421"
rev = "09d35f3"
#version = "0.8"
features = ["span", "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 @@ -82,12 +82,12 @@ js-sys = { version = "0.3" }

[dependencies.naga]
git = "https://github.com/gfx-rs/naga"
rev = "8df5421"
rev = "09d35f3"
#version = "0.8"

[dev-dependencies.naga]
git = "https://github.com/gfx-rs/naga"
rev = "8df5421"
rev = "09d35f3"
#version = "0.8"
features = ["wgsl-in"]

Expand Down
6 changes: 3 additions & 3 deletions wgpu/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -136,20 +136,20 @@ env_logger = "0.8"

[dependencies.naga]
git = "https://github.com/gfx-rs/naga"
rev = "8df5421"
rev = "09d35f3"
#version = "0.8"
optional = true

# used to test all the example shaders
[dev-dependencies.naga]
git = "https://github.com/gfx-rs/naga"
rev = "8df5421"
rev = "09d35f3"
#version = "0.8"
features = ["wgsl-in"]

[target.'cfg(target_arch = "wasm32")'.dependencies.naga]
git = "https://github.com/gfx-rs/naga"
rev = "8df5421"
rev = "09d35f3"
#version = "0.8"
features = ["wgsl-out"]

Expand Down

0 comments on commit eda3d4f

Please sign in to comment.