Skip to content

Commit 499f013

Browse files
committed
Published Dyon-Interactive 0.35.0
1 parent 36055e5 commit 499f013

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

interactive/Cargo.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "piston-dyon_interactive"
3-
version = "0.34.0"
3+
version = "0.35.0"
44
authors = ["Sven Nilsen <bvssvni@gmail.com>"]
55
description = "A library for interactive coding with the Piston game engine"
66
keywords = ["script", "scripting", "game", "language", "piston"]
@@ -19,13 +19,13 @@ path = ".."
1919
piston = "0.49.0"
2020
current = "0.1.2"
2121
piston-texture = "0.8.0"
22-
image = "0.22.1"
22+
image = "0.23.0"
2323

2424
[dependencies.piston2d-graphics]
25-
version = "0.35.0"
25+
version = "0.36.0"
2626
features = ["glyph_cache_rusttype"]
2727

2828
[dev-dependencies]
2929
pistoncore-sdl2_window = "0.63.0"
30-
piston2d-opengl_graphics = "0.69.0"
30+
piston2d-opengl_graphics = "0.72.0"
3131
piston-music = "0.25.0"

0 commit comments

Comments
 (0)