Skip to content

Commit

Permalink
patch to naga fork
Browse files Browse the repository at this point in the history
  • Loading branch information
exrook committed Oct 22, 2023
1 parent cc17039 commit 63fa8ca
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 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.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ path = "./wgpu-hal"
version = "0.17"

[workspace.dependencies.naga]
git = "https://github.com/gfx-rs/naga"
rev = "e25280df9316434ef7752970016d01a3aede3f17"
git = "https://github.com/exrook/naga"
rev = "62c9cb03360964fc28dc6d74ca2c51c2d55fb6f4"
version = "0.13.0"

[workspace.dependencies]
Expand Down
4 changes: 2 additions & 2 deletions wgpu-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ smallvec = "1"
thiserror = "1"

[dependencies.naga]
git = "https://github.com/gfx-rs/naga"
rev = "e25280df9316434ef7752970016d01a3aede3f17"
git = "https://github.com/exrook/naga"
rev = "62c9cb03360964fc28dc6d74ca2c51c2d55fb6f4"
version = "0.13.0"
features = ["clone", "span", "validate"]

Expand Down
8 changes: 4 additions & 4 deletions wgpu-hal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -122,15 +122,15 @@ libc = "0.2"
android_system_properties = "0.1.1"

[dependencies.naga]
git = "https://github.com/gfx-rs/naga"
rev = "e25280df9316434ef7752970016d01a3aede3f17"
git = "https://github.com/exrook/naga"
rev = "62c9cb03360964fc28dc6d74ca2c51c2d55fb6f4"
version = "0.13.0"
features = ["clone"]

# DEV dependencies
[dev-dependencies.naga]
git = "https://github.com/gfx-rs/naga"
rev = "e25280df9316434ef7752970016d01a3aede3f17"
git = "https://github.com/exrook/naga"
rev = "62c9cb03360964fc28dc6d74ca2c51c2d55fb6f4"
version = "0.13.0"
features = ["wgsl-in"]

Expand Down

0 comments on commit 63fa8ca

Please sign in to comment.