Skip to content
This repository was archived by the owner on Jun 18, 2021. It is now read-only.

Commit efe44f6

Browse files
bors[bot]kvark
andauthored
Merge #241
241: Version bump to 0.5 r=kvark a=kvark Co-authored-by: Dzmitry Malyshau <[email protected]>
2 parents 0751806 + e50af60 commit efe44f6

File tree

1 file changed

+11
-14
lines changed

1 file changed

+11
-14
lines changed

Cargo.toml

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wgpu"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
authors = [
55
"Dzmitry Malyshau <[email protected]>",
66
"Joshua Groves <[email protected]>",
@@ -25,21 +25,18 @@ vulkan = ["wgn/vulkan-portability"]
2525

2626
[dependencies.wgn]
2727
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"
3130

3231
[dependencies.wgc]
3332
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"
3735

3836
[dependencies.wgt]
3937
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"
4340

4441
[dependencies]
4542
arrayvec = "0.5"
@@ -63,10 +60,10 @@ name="hello-compute"
6360
path="examples/hello-compute/main.rs"
6461
test = true
6562

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" }
7067

7168
#[patch.crates-io]
7269
#gfx-hal = { version = "0.5.0", path = "../gfx/src/hal" }

0 commit comments

Comments
 (0)