Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
shinmili committed Sep 16, 2021
1 parent a491fea commit aa69bab
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions examples/freetype/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ path = "src/main.rs"
piston = "0.53.0"
piston2d-opengl_graphics = "0.78.0"
piston2d-graphics = "0.40.0"
freetype-rs = "0.27.0"
freetype-rs = "0.28.0"
find_folder = "0.3.0"

[dependencies.pistoncore-sdl2_window]
version = "0.67.0"
optional = true

[dependencies.pistoncore-glfw_window]
version = "0.71.0"
version = "0.72.0"
optional = true

[dependencies.pistoncore-glutin_window]
Expand Down
4 changes: 2 additions & 2 deletions examples/tiled/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ version = "0.1.0"

[dependencies]
find_folder = "0.3.0"
piston = "0.49.0"
piston_window = "0.105.0"
piston = "0.53.0"
piston_window = "0.120.0"
tiled = "0.8.1"
2 changes: 1 addition & 1 deletion examples/user_input/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ version = "0.67.0"
optional = true

[dependencies.pistoncore-glfw_window]
version = "0.71.0"
version = "0.72.0"
optional = true

[dependencies.pistoncore-glutin_window]
Expand Down

0 comments on commit aa69bab

Please sign in to comment.