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 b5f9422 commit 3c5877dCopy full SHA for 3c5877d
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "plotters-iced"
3
-version = "0.10.0"
+version = "0.11.0"
4
description = "Iced backend for Plotters"
5
readme = "README.md"
6
license = "MIT"
README.md
@@ -30,8 +30,8 @@ Include `plotters-iced` in your `Cargo.toml` dependencies:
30
31
```toml
32
[dependencies]
33
-plotters-iced = "0.10"
34
-iced = { version = "0.12", features = ["canvas", "tokio"] }
+plotters-iced = "0.11"
+iced = { version = "0.13", features = ["canvas", "tokio"] }
35
plotters="0.3"
36
```
37
0 commit comments