File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -28,20 +28,20 @@ cross = ["wgc/cross"]
28
28
[target .'cfg(not(target_arch = "wasm32"))' .dependencies .wgc ]
29
29
package = " wgpu-core"
30
30
git = " https://github.com/gfx-rs/wgpu"
31
- rev = " e430cf4bcc10aea447f637067fe81c75c80f0e46 "
31
+ rev = " 27dbf076d5e257e14c816b052fcfdb25c165eda3 "
32
32
features = [" raw-window-handle" ]
33
33
34
34
[target .'cfg(target_arch = "wasm32")' .dependencies .wgc ]
35
35
package = " wgpu-core"
36
36
git = " https://github.com/gfx-rs/wgpu"
37
- rev = " e430cf4bcc10aea447f637067fe81c75c80f0e46 "
37
+ rev = " 27dbf076d5e257e14c816b052fcfdb25c165eda3 "
38
38
features = [" raw-window-handle" ]
39
39
optional = true
40
40
41
41
[dependencies .wgt ]
42
42
package = " wgpu-types"
43
43
git = " https://github.com/gfx-rs/wgpu"
44
- rev = " e430cf4bcc10aea447f637067fe81c75c80f0e46 "
44
+ rev = " 27dbf076d5e257e14c816b052fcfdb25c165eda3 "
45
45
46
46
[dependencies ]
47
47
arrayvec = " 0.5"
@@ -71,13 +71,13 @@ env_logger = "0.8"
71
71
# used to test all the example shaders
72
72
[dev-dependencies .naga ]
73
73
git = " https://github.com/gfx-rs/naga"
74
- tag = " gfx-20 "
74
+ tag = " gfx-21 "
75
75
features = [" wgsl-in" ]
76
76
77
77
# used to generate SPIR-V for the Web target
78
78
[target .'cfg(target_arch = "wasm32")' .dependencies .naga ]
79
79
git = " https://github.com/gfx-rs/naga"
80
- tag = " gfx-20 "
80
+ tag = " gfx-21 "
81
81
features = [" wgsl-in" , " spv-out" ]
82
82
83
83
[[example ]]
You can’t perform that action at this time.
0 commit comments