Skip to content

Commit f951b26

Browse files
authored
Merge pull request #478 from shinmili/feature/update-deps
Update dependencies
2 parents a491fea + aa69bab commit f951b26

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

examples/freetype/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ path = "src/main.rs"
1212
piston = "0.53.0"
1313
piston2d-opengl_graphics = "0.78.0"
1414
piston2d-graphics = "0.40.0"
15-
freetype-rs = "0.27.0"
15+
freetype-rs = "0.28.0"
1616
find_folder = "0.3.0"
1717

1818
[dependencies.pistoncore-sdl2_window]
1919
version = "0.67.0"
2020
optional = true
2121

2222
[dependencies.pistoncore-glfw_window]
23-
version = "0.71.0"
23+
version = "0.72.0"
2424
optional = true
2525

2626
[dependencies.pistoncore-glutin_window]

examples/tiled/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ version = "0.1.0"
55

66
[dependencies]
77
find_folder = "0.3.0"
8-
piston = "0.49.0"
9-
piston_window = "0.105.0"
8+
piston = "0.53.0"
9+
piston_window = "0.120.0"
1010
tiled = "0.8.1"

examples/user_input/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ version = "0.67.0"
1919
optional = true
2020

2121
[dependencies.pistoncore-glfw_window]
22-
version = "0.71.0"
22+
version = "0.72.0"
2323
optional = true
2424

2525
[dependencies.pistoncore-glutin_window]

0 commit comments

Comments
 (0)