1
1
[package ]
2
2
name = " wgpu"
3
- version = " 0.4 .0"
3
+ version = " 0.5 .0"
4
4
authors = [
5
5
" Dzmitry Malyshau <[email protected] >" ,
6
6
" Joshua Groves <[email protected] >" ,
@@ -25,21 +25,18 @@ vulkan = ["wgn/vulkan-portability"]
25
25
26
26
[dependencies .wgn ]
27
27
package = " wgpu-native"
28
- version = " 0.4"
29
- git = " https://github.com/gfx-rs/wgpu"
30
- rev = " 902a0ebca397ee0414130b5b48e8126c2b437597"
28
+ version = " 0.5"
29
+ # git = "https://github.com/gfx-rs/wgpu"
31
30
32
31
[dependencies .wgc ]
33
32
package = " wgpu-core"
34
- version = " 0.1"
35
- git = " https://github.com/gfx-rs/wgpu"
36
- rev = " 902a0ebca397ee0414130b5b48e8126c2b437597"
33
+ version = " 0.5"
34
+ # git = "https://github.com/gfx-rs/wgpu"
37
35
38
36
[dependencies .wgt ]
39
37
package = " wgpu-types"
40
- version = " 0.1"
41
- git = " https://github.com/gfx-rs/wgpu"
42
- rev = " 902a0ebca397ee0414130b5b48e8126c2b437597"
38
+ version = " 0.5"
39
+ # git = "https://github.com/gfx-rs/wgpu"
43
40
44
41
[dependencies ]
45
42
arrayvec = " 0.5"
@@ -63,10 +60,10 @@ name="hello-compute"
63
60
path =" examples/hello-compute/main.rs"
64
61
test = true
65
62
66
- # [patch."https://github.com/gfx-rs/wgpu" ]
67
- # wgc = { version = "0.1 .0", package = "wgpu-core", path = "../wgpu/wgpu-core " }
68
- # wgt = { version = "0.1 .0", package = "wgpu-types", path = "../wgpu/wgpu-types " }
69
- # wgn = { version = "0.4.0", package = "wgpu-native ", path = "../wgpu/wgpu-native" }
63
+ # [patch.crates-io ]
64
+ # wgpu-types = { version = "0.5 .0", path = "../wgpu/wgpu-types " }
65
+ # wgpu-core = { version = "0.5 .0", path = "../wgpu/wgpu-core " }
66
+ # wgpu-native = { version = "0.5.0 ", path = "../wgpu/wgpu-native" }
70
67
71
68
# [patch.crates-io]
72
69
# gfx-hal = { version = "0.5.0", path = "../gfx/src/hal" }
0 commit comments