Skip to content

Commit 9aac778

Browse files
committed
Update naga to 8df5421
1 parent 61fa8a3 commit 9aac778

File tree

4 files changed

+19
-20
lines changed

4 files changed

+19
-20
lines changed

Cargo.lock

+1-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

wgpu-core/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ smallvec = "1"
3737
thiserror = "1"
3838

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

4545
[dependencies.wgt]

wgpu-hal/Cargo.toml

+6-6
Original file line numberDiff line numberDiff line change
@@ -74,14 +74,14 @@ web-sys = { version = "0.3", features = ["Window", "HtmlCanvasElement", "WebGl2R
7474
js-sys = { version = "0.3" }
7575

7676
[dependencies.naga]
77-
#git = "https://github.com/gfx-rs/naga"
78-
#rev = "8ffd6ba"
79-
version = "0.8"
77+
git = "https://github.com/gfx-rs/naga"
78+
rev = "8df5421"
79+
#version = "0.8"
8080

8181
[dev-dependencies.naga]
82-
#git = "https://github.com/gfx-rs/naga"
83-
#rev = "8ffd6ba"
84-
version = "0.8"
82+
git = "https://github.com/gfx-rs/naga"
83+
rev = "8df5421"
84+
#version = "0.8"
8585
features = ["wgsl-in"]
8686

8787
[dev-dependencies]

wgpu/Cargo.toml

+9-9
Original file line numberDiff line numberDiff line change
@@ -135,22 +135,22 @@ pollster = "0.2"
135135
env_logger = "0.8"
136136

137137
[dependencies.naga]
138-
#git = "https://github.com/gfx-rs/naga"
139-
#rev = "8ffd6ba"
140-
version = "0.8"
138+
git = "https://github.com/gfx-rs/naga"
139+
rev = "8df5421"
140+
#version = "0.8"
141141
optional = true
142142

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

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

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

0 commit comments

Comments
 (0)