We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0d6462 commit acf7ce3Copy full SHA for acf7ce3
README.md
@@ -30,8 +30,8 @@ Include `plotters-iced` in your `Cargo.toml` dependencies:
30
31
```toml
32
[dependencies]
33
-plotters-iced = "0.5"
34
-iced = { version = "0.6", features = ["canvas", "tokio"] }
+plotters-iced = "0.6"
+iced = { version = "0.7", features = ["canvas", "tokio"] }
35
plotters="0.3"
36
```
37
src/lib.rs
@@ -19,8 +19,8 @@
19
20
21
22
- plotters-iced = "0.5"
23
- iced = { version = "0.6", features = ["canvas", "tokio"] }
+ plotters-iced = "0.6"
+ iced = { version = "0.7", features = ["canvas", "tokio"] }
24
25
26
0 commit comments