summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-02-15 03:29:30 +0100
committerLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-02-15 03:29:30 +0100
commitbe047df649ad717f6d62ab5ece2a072edadf087a (patch)
tree43b63bca68144ad2c72f1b03fe93bdde5aedd045 /README.md
parente9862f8913becb82073b03945049da067ff096e4 (diff)
downloadiced-be047df649ad717f6d62ab5ece2a072edadf087a.tar.gz
iced-be047df649ad717f6d62ab5ece2a072edadf087a.tar.bz2
iced-be047df649ad717f6d62ab5ece2a072edadf087a.zip
Update `README`
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.md b/README.md
index eb2befbc..9f21fc83 100644
--- a/README.md
+++ b/README.md
@@ -28,7 +28,7 @@ Inspired by [Elm].
* Simple, easy-to-use, batteries-included API
* Type-safe, reactive programming model
-* [Cross-platform support] (Windows, macOS, Linux, and [the Web])
+* [Cross-platform support] (Windows, macOS, Linux, and the Web)
* Responsive layout
* Built-in widgets (including [text inputs], [scrollables], and more!)
* Custom widget support (create your own!)
@@ -46,7 +46,6 @@ __Iced is currently experimental software.__ [Take a look at the roadmap],
[check out the issues], and [feel free to contribute!]
[Cross-platform support]: https://raw.githubusercontent.com/iced-rs/iced/master/docs/images/todos_desktop.jpg
-[the Web]: https://github.com/iced-rs/iced_web
[text inputs]: https://iced.rs/examples/text_input.mp4
[scrollables]: https://iced.rs/examples/scrollable.mp4
[Debug overlay with performance metrics]: https://iced.rs/examples/debug.mp4
@@ -69,7 +68,7 @@ __Iced is currently experimental software.__ [Take a look at the roadmap],
Add `iced` as a dependency in your `Cargo.toml`:
```toml
-iced = "0.10"
+iced = "0.12"
```
If your project is using a Rust edition older than 2021, then you will need to