Skip to content

Commit

Permalink
Update naga to 8df5421
Browse files Browse the repository at this point in the history
  • Loading branch information
kvark committed Dec 25, 2021
1 parent 61fa8a3 commit 39b7a8a
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 20 deletions.
3 changes: 1 addition & 2 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions wgpu-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ smallvec = "1"
thiserror = "1"

[dependencies.naga]
#git = "https://github.com/gfx-rs/naga"
#rev = "8ffd6ba"
version = "0.8"
git = "https://github.com/gfx-rs/naga"
rev = "8df5421"
#version = "0.8"
features = ["span", "validate", "wgsl-in"]

[dependencies.wgt]
Expand Down
12 changes: 6 additions & 6 deletions wgpu-hal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,14 +74,14 @@ web-sys = { version = "0.3", features = ["Window", "HtmlCanvasElement", "WebGl2R
js-sys = { version = "0.3" }

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

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

[dev-dependencies]
Expand Down
18 changes: 9 additions & 9 deletions wgpu/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -135,22 +135,22 @@ pollster = "0.2"
env_logger = "0.8"

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

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

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

[target.'cfg(target_arch = "wasm32")'.dependencies]
Expand Down

0 comments on commit 39b7a8a

Please sign in to comment.