1
1
[package ]
2
2
name = " wgpu"
3
- version = " 0.5 .0"
3
+ version = " 0.6 .0"
4
4
authors = [" wgpu developers" ]
5
5
edition = " 2018"
6
6
description = " Rusty WebGPU API wrapper"
@@ -24,16 +24,16 @@ vulkan-portability = ["wgc/gfx-backend-vulkan"]
24
24
25
25
[target .'cfg(not(target_arch = "wasm32"))' .dependencies .wgc ]
26
26
package = " wgpu-core"
27
- version = " 0.5 "
28
- git = " https://github.com/gfx-rs/wgpu"
29
- rev = " 096c57008f2907c07ddaa7d0ff02fae21a5e676b"
27
+ version = " 0.6 "
28
+ # git = "https://github.com/gfx-rs/wgpu"
29
+ # rev = "096c57008f2907c07ddaa7d0ff02fae21a5e676b"
30
30
features = [" raw-window-handle" ]
31
31
32
32
[dependencies .wgt ]
33
33
package = " wgpu-types"
34
- version = " 0.5 "
35
- git = " https://github.com/gfx-rs/wgpu"
36
- rev = " 096c57008f2907c07ddaa7d0ff02fae21a5e676b"
34
+ version = " 0.6 "
35
+ # git = "https://github.com/gfx-rs/wgpu"
36
+ # rev = "096c57008f2907c07ddaa7d0ff02fae21a5e676b"
37
37
38
38
[dependencies ]
39
39
arrayvec = " 0.5"
@@ -57,23 +57,21 @@ png = "0.16"
57
57
winit = { version = " 0.22.1" , features = [" web-sys" ] }
58
58
rand = { version = " 0.7.2" , features = [" wasm-bindgen" ] }
59
59
bytemuck = " 1"
60
- noise = " 0.6.0 "
61
- ddsfile = " 0.4.0 "
60
+ noise = " 0.6"
61
+ ddsfile = " 0.4"
62
62
63
63
[target .'cfg(not(target_arch = "wasm32"))' .dev-dependencies .subscriber ]
64
64
package = " wgpu-subscriber"
65
65
version = " 0.1"
66
- git = " https://github.com/gfx-rs/subscriber"
67
- rev = " cdc9feb53f152f9c41905ed9efeff2c1ed214361"
68
66
69
67
[[example ]]
70
68
name =" hello-compute"
71
69
path =" examples/hello-compute/main.rs"
72
70
test = true
73
71
74
72
[patch ."https://github .com/gfx-rs/wgpu" ]
75
- # wgpu-types = { version = "0.5 ", path = "../wgpu/wgpu-types" }
76
- # wgpu-core = { version = "0.5 ", path = "../wgpu/wgpu-core" }
73
+ # wgpu-types = { version = "0.6 ", path = "../wgpu/wgpu-types" }
74
+ # wgpu-core = { version = "0.6 ", path = "../wgpu/wgpu-core" }
77
75
78
76
[patch ."https://github .com/gfx-rs/subscriber" ]
79
77
# wgpu-subscriber = { version = "0.1", path = "../subscriber" }
@@ -82,16 +80,16 @@ test = true
82
80
# naga = { path = "../naga" }
83
81
84
82
[patch ."https://github .com/gfx-rs/gfx-extras" ]
85
- # gfx-descriptor = { version = "0.1.0 ", path = "../gfx-extras/gfx-descriptor" }
86
- # gfx-memory = { version = "0.1.0 ", path = "../gfx-extras/gfx-memory" }
83
+ # gfx-descriptor = { version = "0.2 ", path = "../gfx-extras/gfx-descriptor" }
84
+ # gfx-memory = { version = "0.2 ", path = "../gfx-extras/gfx-memory" }
87
85
88
86
[patch .crates-io ]
89
- # gfx-hal = { version = "0.5.0 ", path = "../gfx/src/hal" }
90
- # gfx-backend-empty = { version = "0.5.0 ", path = "../gfx/src/backend/empty" }
91
- # gfx-backend-vulkan = { version = "0.5.0 ", path = "../gfx/src/backend/vulkan" }
92
- # gfx-backend-dx12 = { version = "0.5.0 ", path = "../gfx/src/backend/dx12" }
93
- # gfx-backend-dx11 = { version = "0.5.0 ", path = "../gfx/src/backend/dx11" }
94
- # gfx-backend-metal = { version = "0.5.0 ", path = "../gfx/src/backend/metal" }
87
+ # gfx-hal = { version = "0.6 ", path = "../gfx/src/hal" }
88
+ # gfx-backend-empty = { version = "0.6 ", path = "../gfx/src/backend/empty" }
89
+ # gfx-backend-vulkan = { version = "0.6 ", path = "../gfx/src/backend/vulkan" }
90
+ # gfx-backend-dx12 = { version = "0.6 ", path = "../gfx/src/backend/dx12" }
91
+ # gfx-backend-dx11 = { version = "0.6 ", path = "../gfx/src/backend/dx11" }
92
+ # gfx-backend-metal = { version = "0.6 ", path = "../gfx/src/backend/metal" }
95
93
96
94
[target .'cfg(target_os = "macos")' .dependencies ]
97
95
objc = " 0.2.7"
0 commit comments