From 7c3fd68f703d944b05dcea08f3a46c59b41503f4 Mon Sep 17 00:00:00 2001 From: Henry Gressmann Date: Thu, 30 May 2024 01:16:56 +0200 Subject: chore: cleanup Signed-off-by: Henry Gressmann --- scripts/Cargo.toml | 2 +- scripts/src/bin/generate-charts/progress.rs | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'scripts') diff --git a/scripts/Cargo.toml b/scripts/Cargo.toml index 5217729..a1baadf 100644 --- a/scripts/Cargo.toml +++ b/scripts/Cargo.toml @@ -4,5 +4,5 @@ publish=false edition.workspace=true [dependencies] -plotters={version="0.3"} +plotters={version="0.3", default-features=false, features=["histogram", "svg_backend"]} eyre={version="0.6"} diff --git a/scripts/src/bin/generate-charts/progress.rs b/scripts/src/bin/generate-charts/progress.rs index 1ecc09c..3cc3c26 100644 --- a/scripts/src/bin/generate-charts/progress.rs +++ b/scripts/src/bin/generate-charts/progress.rs @@ -72,6 +72,5 @@ pub fn create_progress_chart(name: &str, csv_path: &Path, output_path: &Path) -> )?; root_area.present()?; - Ok(()) } -- cgit v1.3.1