Skip to content

Commit b5a67eb

Browse files
committed
patch to naga fork
1 parent bd3ac76 commit b5a67eb

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ path = "./wgpu-hal"
5252
version = "0.17"
5353

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

5959
[workspace.dependencies]

wgpu-core/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ smallvec = "1"
7676
thiserror = "1"
7777

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

wgpu-hal/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -122,15 +122,15 @@ libc = "0.2"
122122
android_system_properties = "0.1.1"
123123

124124
[dependencies.naga]
125-
git = "https://github.com/gfx-rs/naga"
126-
rev = "e25280df9316434ef7752970016d01a3aede3f17"
125+
git = "https://github.com/exrook/naga"
126+
rev = "62c9cb03360964fc28dc6d74ca2c51c2d55fb6f4"
127127
version = "0.13.0"
128128
features = ["clone"]
129129

130130
# DEV dependencies
131131
[dev-dependencies.naga]
132-
git = "https://github.com/gfx-rs/naga"
133-
rev = "e25280df9316434ef7752970016d01a3aede3f17"
132+
git = "https://github.com/exrook/naga"
133+
rev = "62c9cb03360964fc28dc6d74ca2c51c2d55fb6f4"
134134
version = "0.13.0"
135135
features = ["wgsl-in"]
136136

0 commit comments

Comments
 (0)