Skip to content

Commit

Permalink
Refer to gfx-rs/naga#2104
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaopengli89 committed Oct 27, 2022
1 parent edbbcb0 commit 1c0d989
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions wgpu-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ thiserror = "1"

[dependencies.naga]
git = "https://github.com/gfx-rs/naga"
rev = "b209d911"
version = "0.9"
rev = "e7fc8e6"
version = "0.10"
features = ["clone", "span", "validate", "wgsl-in"]

[dependencies.wgt]
Expand Down
6 changes: 3 additions & 3 deletions wgpu-hal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -96,15 +96,15 @@ android_system_properties = "0.1.1"

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

# DEV dependencies

[dev-dependencies.naga]
git = "https://github.com/gfx-rs/naga"
rev = "b209d911"
rev = "e7fc8e6"
features = ["wgsl-in"]

[dev-dependencies]
Expand Down
12 changes: 6 additions & 6 deletions wgpu/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -141,22 +141,22 @@ env_logger = "0.9"

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

# used to test all the example shaders
[dev-dependencies.naga]
git = "https://github.com/gfx-rs/naga"
rev = "b209d911"
version = "0.9"
rev = "e7fc8e6"
version = "0.10"
features = ["wgsl-in"]

[target.'cfg(target_arch = "wasm32")'.dependencies.naga]
git = "https://github.com/gfx-rs/naga"
rev = "b209d911"
version = "0.9"
rev = "e7fc8e6"
version = "0.10"
features = ["wgsl-out"]

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

0 comments on commit 1c0d989

Please sign in to comment.