We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 095bd68 + 486365b commit a46969dCopy full SHA for a46969d
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
3
name = "piston_window"
4
-version = "0.0.8"
+version = "0.1.0"
5
authors = ["bvssvni <[email protected]>"]
6
keywords = ["window", "piston"]
7
description = "The official Piston window back-end for the Piston game engine"
@@ -17,12 +17,12 @@ name = "piston_window"
17
18
19
[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"
+gfx = "0.6.1"
+gfx_device_gl = "0.4.0"
+piston = "0.1.4"
+piston2d-gfx_graphics = "0.1.22"
+piston2d-graphics = "0.1.3"
25
26
[dev-dependencies]
27
-pistoncore-glutin_window = "0.0.8"
+pistoncore-glutin_window = "0.1.0"
28
0 commit comments