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"