diff options
author | 2023-07-29 14:32:28 -0500 | |
---|---|---|
committer | 2023-08-02 22:28:09 +0200 | |
commit | b9e00590b9cc4ab6c855a1d6eaaa1fae34cdaca8 (patch) | |
tree | 25bc9f22cda477d55393d256c0091262332c141a /runtime/README.md | |
parent | 1b355f528a95e9d12cc2c3f9349715514d0b9d63 (diff) | |
download | iced-b9e00590b9cc4ab6c855a1d6eaaa1fae34cdaca8.tar.gz iced-b9e00590b9cc4ab6c855a1d6eaaa1fae34cdaca8.tar.bz2 iced-b9e00590b9cc4ab6c855a1d6eaaa1fae34cdaca8.zip |
Update README.md to reflect native->runtime rename
Diffstat (limited to 'runtime/README.md')
-rw-r--r-- | runtime/README.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/runtime/README.md b/runtime/README.md index 1b0fa857..35c7eb5e 100644 --- a/runtime/README.md +++ b/runtime/README.md @@ -1,12 +1,12 @@ # `iced_runtime` -[][documentation] -[](https://crates.io/crates/iced_native) -[](https://github.com/iced-rs/iced/blob/master/LICENSE) +[][documentation] +[](https://crates.io/crates/iced_runtime) +[](https://github.com/iced-rs/iced/blob/master/LICENSE) [](https://discord.gg/3xZJ65GAhd) -`iced_runtime` takes [`iced_core`] and builds a native runtime on top of it. +`iced_runtime` takes [`iced_core`] and builds a runtime on top of it. -[documentation]: https://docs.rs/iced_native +[documentation]: https://docs.rs/iced_runtime [`iced_core`]: ../core [`iced_winit`]: ../winit [`druid`]: https://github.com/xi-editor/druid |