From 2d374a3ff9433b2fa61ddbae5e4aa52ce3bea672 Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Mon, 9 Aug 2021 20:58:22 +0200 Subject: [PATCH] internal cleanup: Remove commented out plotters dependency --- examples/plotter/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/plotter/Cargo.toml b/examples/plotter/Cargo.toml index 1a4e6e26d6..da6326064b 100644 --- a/examples/plotter/Cargo.toml +++ b/examples/plotter/Cargo.toml @@ -12,7 +12,6 @@ name = "plotter" [dependencies] sixtyfps = { path = "../../api/sixtyfps-rs" } -#plotters = { version = "0.3.1", default-features = false, features = ["bitmap"] } plotters = { version = "0.3.1", default-features = false, features = ["bitmap_backend", "surface_series"] } imgref = "1" rgb = "0.8.27"