From e77b9e01c43716f6fe9b11a729e9c0f7dd039f68 Mon Sep 17 00:00:00 2001 From: "Andrew Wheeler(Genusis)" Date: Mon, 30 Jan 2023 10:49:19 -0500 Subject: [PATCH] updated Readme for latest iced_aw release (#83) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d2304b7c..b4fc68db 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,8 @@ 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 @@ -22,7 +22,7 @@ iced_aw = { version = "0.2", default-features = false, features = [...] } | `iced` version | `iced_aw` version | | -------------- | ----------------- | | 0.4 | 0.2 | - +| 0.7 | 0.3 | ## Widgets