File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " conrod"
3
- version = " 0.51.1 "
3
+ version = " 0.52.0 "
4
4
authors = [
5
5
" Mitchell Nordine <[email protected] >" ,
6
6
@@ -22,7 +22,7 @@ path = "./src/lib.rs"
22
22
daggy = " 0.4.0"
23
23
fnv = " 1.0"
24
24
num = " 0.1.30"
25
- pistoncore-input = " 0.17 .0"
25
+ pistoncore-input = " 0.18 .0"
26
26
rusttype = " 0.2.0"
27
27
28
28
# Optional dependencies and features
@@ -46,19 +46,19 @@ rusttype = "0.2.0"
46
46
# Enables the `conrod::backend::piston` module.
47
47
glium = { version = " 0.16.0" , optional = true }
48
48
winit = { version = " 0.5.9" , optional = true }
49
- piston2d-graphics = { version = " 0.20 " , optional = true }
49
+ piston2d-graphics = { version = " 0.21.1 " , optional = true }
50
50
51
51
[features ]
52
52
piston = [" piston2d-graphics" ]
53
53
54
54
[dev-dependencies ]
55
55
find_folder = " 0.3.0"
56
- image = " 0.12 .0"
56
+ image = " 0.13 .0"
57
57
rand = " 0.3.13"
58
58
# 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"
62
62
glutin = " 0.7.0"
63
63
# piston_window.rs example dependencies
64
- piston_window = " 0.63 .0"
64
+ piston_window = " 0.65 .0"
You can’t perform that action at this time.
0 commit comments