Skip to content

Commit 0d7e2c6

Browse files
update readme
1 parent cba7151 commit 0d7e2c6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ Include `iced_aw` as a dependency in your `Cargo.toml`:
1616
```toml
1717
[dependencies]
1818
iced = "0.14.0"
19-
iced_aw = { version = "0.13.0", features = ["full"] }
19+
iced_aw = { version = "0.14.0", features = ["full"] }
2020
```
2121

2222
## Versioning
2323

2424
| `iced` version | `iced_aw` version |
2525
| -------------- | ----------------- |
2626
| 0.13 | 0.11, 0.12 |
27-
| 0.14 | 0.13 |
27+
| 0.14 | 0.13, 0.14 |
2828

2929
## Widgets
3030

0 commit comments

Comments
 (0)