Skip to content

Commit

Permalink
Fix CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
reinterpretcat committed Jan 13, 2025
1 parent ccd6de6 commit dc7ef93
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion experiments/heuristic-research/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit dc7ef93

Please sign in to comment.