From dc7ef93f1b4cfdcfd068f8895e411055384d30a0 Mon Sep 17 00:00:00 2001 From: reinterpretcat Date: Mon, 13 Jan 2025 21:39:32 +0100 Subject: [PATCH] Fix CI build --- experiments/heuristic-research/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/experiments/heuristic-research/Cargo.toml b/experiments/heuristic-research/Cargo.toml index b80cdf8f..cbb125e8 100644 --- a/experiments/heuristic-research/Cargo.toml +++ b/experiments/heuristic-research/Cargo.toml @@ -23,7 +23,8 @@ serde.workspace = true serde_json.workspace = true lazy_static.workspace = true -plotters = "0.3.7" +# added features as it fails to compile without them on github CI +plotters = { version = "0.3.7", features = ["ab_glyph", "fontconfig-dlopen"] } plotters-canvas = "0.3.0" itertools = "0.14.0" wasm-bindgen = "0.2.99"