From a8aab2132627c50539e995a42507cb233a1a6079 Mon Sep 17 00:00:00 2001 From: Ryan Rohrer Date: Sun, 9 May 2021 19:48:58 -1000 Subject: [PATCH] Updated to v0.120.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 020d29c..ea0e2db 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.120.0" [dev-dependencies] plotters = {version = "0.3.0", default_features = false, features = ["ttf", "all_series"]}