Skip to content

Commit

Permalink
updated Readme for latest iced_aw release (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Wheeler(Genusis) authored Jan 30, 2023
1 parent 385567b commit e77b9e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@ Every widget is hidden by a feature gate. This allows you to cherry pick the wid
Include `iced_aw` as a dependency in your `Cargo.toml`:
```toml
[dependencies]
iced = "0.4.2"
iced_aw = { version = "0.2", default-features = false, features = [...] }
iced = "0.7.0"
iced_aw = { version = "0.3", default-features = false, features = [...] }
```

## Versioning

| `iced` version | `iced_aw` version |
| -------------- | ----------------- |
| 0.4 | 0.2 |

| 0.7 | 0.3 |
## Widgets


Expand Down

0 comments on commit e77b9e0

Please sign in to comment.