Skip to content

Commit 7c82350

Browse files
committed
Corrected gfx and gfx_device_gl versions
1 parent 2ae0344 commit 7c82350

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
@@ -17,8 +17,8 @@ name = "piston_window"
1717

1818

1919
[dependencies]
20-
gfx = "0.6.0"
21-
gfx_device_gl = "0.4.0"
20+
gfx = "0.6.*"
21+
gfx_device_gl = "0.4.*"
2222
piston = "0.1.3"
2323
piston2d-gfx_graphics = "0.1.20"
2424
piston2d-graphics = "0.0.48"

0 commit comments

Comments
 (0)