Skip to content

Commit a46969d

Browse files
committed
Merge pull request #38 from bvssvni/master
Bumped to 0.1.0
2 parents 095bd68 + 486365b commit a46969d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "piston_window"
4-
version = "0.0.8"
4+
version = "0.1.0"
55
authors = ["bvssvni <[email protected]>"]
66
keywords = ["window", "piston"]
77
description = "The official Piston window back-end for the Piston game engine"
@@ -17,12 +17,12 @@ name = "piston_window"
1717

1818

1919
[dependencies]
20-
gfx = "0.6.*"
21-
gfx_device_gl = "0.4.*"
22-
piston = "0.1.3"
23-
piston2d-gfx_graphics = "0.1.21"
24-
piston2d-graphics = "0.0.48"
20+
gfx = "0.6.1"
21+
gfx_device_gl = "0.4.0"
22+
piston = "0.1.4"
23+
piston2d-gfx_graphics = "0.1.22"
24+
piston2d-graphics = "0.1.3"
2525

2626
[dev-dependencies]
27-
pistoncore-glutin_window = "0.0.8"
27+
pistoncore-glutin_window = "0.1.0"
2828

0 commit comments

Comments
 (0)