summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-05-27 21:31:20 +0200
committerLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-05-27 21:31:20 +0200
commit37aff42e4711199eef64079636ff808c6fe3124b (patch)
tree6a4df868648a6b07ab65fd39528ff8ff7325d889 /README.md
parent07f94d68b51a4ca1b6ccad1f216a372b6460035d (diff)
downloadiced-37aff42e4711199eef64079636ff808c6fe3124b.tar.gz
iced-37aff42e4711199eef64079636ff808c6fe3124b.tar.bz2
iced-37aff42e4711199eef64079636ff808c6fe3124b.zip
Remove "Installation" section from the `README`
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 0 insertions, 16 deletions
diff --git a/README.md b/README.md
index 0db09ded..bd70862f 100644
--- a/README.md
+++ b/README.md
@@ -63,22 +63,6 @@ __Iced is currently experimental software.__ [Take a look at the roadmap],
[check out the issues]: https://github.com/iced-rs/iced/issues
[feel free to contribute!]: #contributing--feedback
-## Installation
-
-Add `iced` as a dependency in your `Cargo.toml`:
-
-```toml
-iced = "0.12"
-```
-
-If your project is using a Rust edition older than 2021, then you will need to
-set `resolver = "2"` in the `[package]` section as well.
-
-__Iced moves fast and the `master` branch can contain breaking changes!__ If
-you want to learn about a specific release, check out [the release list].
-
-[the release list]: https://github.com/iced-rs/iced/releases
-
## Overview
Inspired by [The Elm Architecture], Iced expects you to split user interfaces