Skip to content

Commit

Permalink
migrate to iced 0.9 (split-chart)
Browse files Browse the repository at this point in the history
  • Loading branch information
eduidl authored and Joylei committed Jul 23, 2023
1 parent 222f08d commit 090fba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/split-chart/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
publish = false

[dependencies]
iced = { version = "0.8", features = ["canvas", "tokio"] }
iced = { version = "0.9", features = ["canvas", "tokio"] }
plotters-iced = { path = "../../" }
plotters = { version = "0.3", default_features = false, features = [
"chrono",
Expand Down

0 comments on commit 090fba4

Please sign in to comment.