diff --git a/Cargo.toml b/Cargo.toml index 6443f8f..0715f8a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,15 +12,14 @@ readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -piston_window = "0.120.0" - -[dependencies.plotters-backend] -git = "https://github.com/plotters-rs/plotters" +piston_window = "0.132.0" +plotters = "0.3.7" +plotters-backend = "0.3.7" [dev-dependencies] -systemstat = "0.1.5" +systemstat = "0.2.3" [dev-dependencies.plotters] -default_features = false +default-features = false features = ["ttf", "all_series"] -git = "https://github.com/plotters-rs/plotters" +version = "0.3.7" \ No newline at end of file