Skip to content

Commit 65f5602

Browse files
Merge pull request #980 from bvssvni/upd
Published 0.52.0
2 parents 109f9fa + b4559f2 commit 65f5602

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Cargo.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "conrod"
3-
version = "0.51.1"
3+
version = "0.52.0"
44
authors = [
55
"Mitchell Nordine <[email protected]>",
66
"Sven Nilsen <[email protected]>"
@@ -22,7 +22,7 @@ path = "./src/lib.rs"
2222
daggy = "0.4.0"
2323
fnv = "1.0"
2424
num = "0.1.30"
25-
pistoncore-input = "0.17.0"
25+
pistoncore-input = "0.18.0"
2626
rusttype = "0.2.0"
2727

2828
# Optional dependencies and features
@@ -46,19 +46,19 @@ rusttype = "0.2.0"
4646
# Enables the `conrod::backend::piston` module.
4747
glium = { version = "0.16.0", optional = true }
4848
winit = { version = "0.5.9", optional = true }
49-
piston2d-graphics = { version = "0.20", optional = true }
49+
piston2d-graphics = { version = "0.21.1", optional = true }
5050

5151
[features]
5252
piston = ["piston2d-graphics"]
5353

5454
[dev-dependencies]
5555
find_folder = "0.3.0"
56-
image = "0.12.0"
56+
image = "0.13.0"
5757
rand = "0.3.13"
5858
# glutin_gfx.rs example dependencies
59-
gfx = "0.14.0"
60-
gfx_core = "0.6.0"
61-
gfx_window_glutin = "0.14.0"
59+
gfx = "0.15.1"
60+
gfx_core = "0.7.0"
61+
gfx_window_glutin = "0.15.0"
6262
glutin = "0.7.0"
6363
# piston_window.rs example dependencies
64-
piston_window = "0.63.0"
64+
piston_window = "0.65.0"

0 commit comments

Comments
 (0)