From 24b4fcf739fcbc61f5867156b1e28aa9c0f9299f Mon Sep 17 00:00:00 2001 From: Corentin O <37002027+collivie@users.noreply.github.com> Date: Fri, 26 Mar 2021 13:13:02 +0100 Subject: [PATCH] Updated piston-window dependency --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 020d29c..606f0a5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ readme = "README.md" [dependencies] plotters-backend = "0.3.0" -piston_window = "0.112.0" +piston_window = "0.117.0" [dev-dependencies] plotters = {version = "0.3.0", default_features = false, features = ["ttf", "all_series"]}