From 5ca06a804c149a60c5d0c2bbf50c1822f5e97968 Mon Sep 17 00:00:00 2001 From: adumbidiot Date: Sun, 6 Dec 2020 23:17:26 -0800 Subject: [PATCH 1/2] Update `pistoncore-glutin_window` --- backends/conrod_piston/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backends/conrod_piston/Cargo.toml b/backends/conrod_piston/Cargo.toml index f5f504e4f..248fe613e 100644 --- a/backends/conrod_piston/Cargo.toml +++ b/backends/conrod_piston/Cargo.toml @@ -22,7 +22,7 @@ path = "./src/lib.rs" [dependencies] conrod_core = { path = "../../conrod_core", version = "0.71" } -piston2d-graphics = { version = "0.37" } +piston2d-graphics = { version = "0.39" } pistoncore-input = "1.0.0" [dev-dependencies] @@ -30,4 +30,4 @@ conrod_example_shared = { path = "../conrod_example_shared", version = "0.71" } find_folder = "0.3.0" image = "0.23" petgraph = "0.4" -piston_window = "0.113" +piston_window = "0.116" From d5bf0210ebfeb78c11caf980b37dd0a777f31734 Mon Sep 17 00:00:00 2001 From: adumbidiot Date: Mon, 18 Jan 2021 16:00:32 -0800 Subject: [PATCH 2/2] Update `piston_window` --- backends/conrod_piston/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backends/conrod_piston/Cargo.toml b/backends/conrod_piston/Cargo.toml index 248fe613e..4a0af3e66 100644 --- a/backends/conrod_piston/Cargo.toml +++ b/backends/conrod_piston/Cargo.toml @@ -30,4 +30,4 @@ conrod_example_shared = { path = "../conrod_example_shared", version = "0.71" } find_folder = "0.3.0" image = "0.23" petgraph = "0.4" -piston_window = "0.116" +piston_window = "0.117"