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 cba7151 commit 0d7e2c6Copy full SHA for 0d7e2c6
1 file changed
README.md
@@ -16,15 +16,15 @@ Include `iced_aw` as a dependency in your `Cargo.toml`:
16
```toml
17
[dependencies]
18
iced = "0.14.0"
19
-iced_aw = { version = "0.13.0", features = ["full"] }
+iced_aw = { version = "0.14.0", features = ["full"] }
20
```
21
22
## Versioning
23
24
| `iced` version | `iced_aw` version |
25
| -------------- | ----------------- |
26
| 0.13 | 0.11, 0.12 |
27
-| 0.14 | 0.13 |
+| 0.14 | 0.13, 0.14 |
28
29
## Widgets
30
0 commit comments