summaryrefslogtreecommitdiffstats
path: root/runtime/README.md
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-04-17 23:46:18 +0200
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-04-17 23:46:18 +0200
commit619ba9294d5e0f7913f82838d78018fc6714d26a (patch)
treeb0631aa66875e0e9f486665227c306832ac19a5b /runtime/README.md
parentd206b82ebb7617337cd378bd19542a7abf8a4529 (diff)
parente3730106e9d4f75de199e1b83cf285b8ff031968 (diff)
downloadiced-619ba9294d5e0f7913f82838d78018fc6714d26a.tar.gz
iced-619ba9294d5e0f7913f82838d78018fc6714d26a.tar.bz2
iced-619ba9294d5e0f7913f82838d78018fc6714d26a.zip
Merge branch 'advanced-text' into incremental-rendering
Diffstat (limited to '')
-rw-r--r--runtime/README.md7
1 files changed, 0 insertions, 7 deletions
diff --git a/runtime/README.md b/runtime/README.md
index 497fd145..1b0fa857 100644
--- a/runtime/README.md
+++ b/runtime/README.md
@@ -12,13 +12,6 @@
[`druid`]: https://github.com/xi-editor/druid
[`raw-window-handle`]: https://github.com/rust-windowing/raw-window-handle
-## Installation
-Add `iced_runtime` as a dependency in your `Cargo.toml`:
-
-```toml
-iced_runtime = "0.9"
-```
-
__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].