Skip to content

Commit

Permalink
change plotters
Browse files Browse the repository at this point in the history
  • Loading branch information
YuliaProkopovych committed Apr 26, 2024
1 parent d40e335 commit 898836a
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions module/move/optimization_tools/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,16 @@ rand = "0.8.5"
statrs = "0.16.0"
faer = { version = "0.16.0", features = [ "ndarray" ] }
ndarray = "0.15.6"
plotters = { git = "https://github.com/plotters-rs/plotters.git" }
# plotters = { version = "0.3.5", default-features=false, features = [
# "bitmap_encoder",
# "ttf",
# "area_series",
# "point_series",
# "line_series",
# "full_palette",
# "bitmap_backend",
# ] }
# plotters = { git = "https://github.com/plotters-rs/plotters.git" }
plotters = { version = "0.3.5", default-features=false, features = [
"bitmap_encoder",
"ttf",
"area_series",
"point_series",
"line_series",
"full_palette",
"bitmap_backend",
] }
plotters-backend = { version = "0.3.5", optional = true }
piston_window = { version = "0.120.0", optional = true }
exmex = { version = "0.18.0", features = [ "partial" ], optional = true }
Expand Down

0 comments on commit 898836a

Please sign in to comment.