Skip to content

Commit 095bd68

Browse files
committed
Merge pull request #37 from mitchmindtree/master
Use latest version of gfx_graphics
2 parents c631103 + bb14741 commit 095bd68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

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

33
name = "piston_window"
4-
version = "0.0.7"
4+
version = "0.0.8"
55
authors = ["bvssvni <[email protected]>"]
66
keywords = ["window", "piston"]
77
description = "The official Piston window back-end for the Piston game engine"
@@ -20,7 +20,7 @@ name = "piston_window"
2020
gfx = "0.6.*"
2121
gfx_device_gl = "0.4.*"
2222
piston = "0.1.3"
23-
piston2d-gfx_graphics = "0.1.20"
23+
piston2d-gfx_graphics = "0.1.21"
2424
piston2d-graphics = "0.0.48"
2525

2626
[dev-dependencies]

0 commit comments

Comments
 (0)