Skip to content

Commit fc59ea4

Browse files
bors[bot]kvark
andauthored
[rs] Merge gfx-rs#851
851: Update naga to gfx-21 r=kvark a=kvark See gfx-rs#1320 Co-authored-by: Dzmitry Malyshau <[email protected]>
2 parents b47b777 + 9bd4b34 commit fc59ea4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

wgpu/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,20 +28,20 @@ cross = ["wgc/cross"]
2828
[target.'cfg(not(target_arch = "wasm32"))'.dependencies.wgc]
2929
package = "wgpu-core"
3030
git = "https://github.com/gfx-rs/wgpu"
31-
rev = "e430cf4bcc10aea447f637067fe81c75c80f0e46"
31+
rev = "27dbf076d5e257e14c816b052fcfdb25c165eda3"
3232
features = ["raw-window-handle"]
3333

3434
[target.'cfg(target_arch = "wasm32")'.dependencies.wgc]
3535
package = "wgpu-core"
3636
git = "https://github.com/gfx-rs/wgpu"
37-
rev = "e430cf4bcc10aea447f637067fe81c75c80f0e46"
37+
rev = "27dbf076d5e257e14c816b052fcfdb25c165eda3"
3838
features = ["raw-window-handle"]
3939
optional = true
4040

4141
[dependencies.wgt]
4242
package = "wgpu-types"
4343
git = "https://github.com/gfx-rs/wgpu"
44-
rev = "e430cf4bcc10aea447f637067fe81c75c80f0e46"
44+
rev = "27dbf076d5e257e14c816b052fcfdb25c165eda3"
4545

4646
[dependencies]
4747
arrayvec = "0.5"
@@ -71,13 +71,13 @@ env_logger = "0.8"
7171
# used to test all the example shaders
7272
[dev-dependencies.naga]
7373
git = "https://github.com/gfx-rs/naga"
74-
tag = "gfx-20"
74+
tag = "gfx-21"
7575
features = ["wgsl-in"]
7676

7777
# used to generate SPIR-V for the Web target
7878
[target.'cfg(target_arch = "wasm32")'.dependencies.naga]
7979
git = "https://github.com/gfx-rs/naga"
80-
tag = "gfx-20"
80+
tag = "gfx-21"
8181
features = ["wgsl-in", "spv-out"]
8282

8383
[[example]]

0 commit comments

Comments
 (0)