From aa69bab34acb52580b8c0c24a878e61f8be5eb24 Mon Sep 17 00:00:00 2001 From: Kuroki Keiichiro Date: Fri, 17 Sep 2021 00:26:26 +0900 Subject: [PATCH] Update dependencies Close #465, #468 and #473. --- examples/freetype/Cargo.toml | 4 ++-- examples/tiled/Cargo.toml | 4 ++-- examples/user_input/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/freetype/Cargo.toml b/examples/freetype/Cargo.toml index e4fd8af..ac16bd1 100644 --- a/examples/freetype/Cargo.toml +++ b/examples/freetype/Cargo.toml @@ -12,7 +12,7 @@ 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] @@ -20,7 +20,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] diff --git a/examples/tiled/Cargo.toml b/examples/tiled/Cargo.toml index 357c5a3..f9099e6 100644 --- a/examples/tiled/Cargo.toml +++ b/examples/tiled/Cargo.toml @@ -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" diff --git a/examples/user_input/Cargo.toml b/examples/user_input/Cargo.toml index 37a90ea..0924c17 100644 --- a/examples/user_input/Cargo.toml +++ b/examples/user_input/Cargo.toml @@ -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]