Skip to content

Commit

Permalink
Merge pull request #38 from bvssvni/master
Browse files Browse the repository at this point in the history
Bumped to 0.1.0
  • Loading branch information
bvssvni committed May 28, 2015
2 parents 095bd68 + 486365b commit a46969d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]

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


[dependencies]
gfx = "0.6.*"
gfx_device_gl = "0.4.*"
piston = "0.1.3"
piston2d-gfx_graphics = "0.1.21"
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"

[dev-dependencies]
pistoncore-glutin_window = "0.0.8"
pistoncore-glutin_window = "0.1.0"

0 comments on commit a46969d

Please sign in to comment.