summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón <hector0193@gmail.com>2023-08-02 22:28:50 +0200
committerLibravatar GitHub <noreply@github.com>2023-08-02 22:28:50 +0200
commit04337a1ff165bcc7c96bac6ce3a7e6887c1bfd48 (patch)
tree81395bd4909fd75444cc423f6b952e820e7e6a1d
parent1b355f528a95e9d12cc2c3f9349715514d0b9d63 (diff)
parent5493f94984d8babda692177ff9cd540bdd178000 (diff)
downloadiced-04337a1ff165bcc7c96bac6ce3a7e6887c1bfd48.tar.gz
iced-04337a1ff165bcc7c96bac6ce3a7e6887c1bfd48.tar.bz2
iced-04337a1ff165bcc7c96bac6ce3a7e6887c1bfd48.zip
Merge pull request #1979 from rs017991/patch-1
Update README.md to reflect native->runtime rename
Diffstat (limited to '')
-rw-r--r--CHANGELOG.md2
-rw-r--r--runtime/README.md10
2 files changed, 7 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b2ffbed4..e3637149 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -42,6 +42,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Loading spinners example. [#1902](https://github.com/iced-rs/iced/pull/1902)
- Workflow that verifies `CHANGELOG` is always up-to-date. [#1970](https://github.com/iced-rs/iced/pull/1970)
- Keybinds to cycle `ComboBox` options. [#1991](https://github.com/iced-rs/iced/pull/1991)
+- Outdated mentions of `iced_native` in `README`. [#1979](https://github.com/iced-rs/iced/pull/1979)
### Changed
- Updated `wgpu` to `0.16`. [#1807](https://github.com/iced-rs/iced/pull/1807)
@@ -102,6 +103,7 @@ Many thanks to...
- @nicoburns
- @Redhawk18
- @RGBCube
+- @rs017991
- @tarkah
- @thunderstorm010
- @wash2
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://docs.rs/iced_native/badge.svg)][documentation]
-[![Crates.io](https://img.shields.io/crates/v/iced_native.svg)](https://crates.io/crates/iced_native)
-[![License](https://img.shields.io/crates/l/iced_native.svg)](https://github.com/iced-rs/iced/blob/master/LICENSE)
+[![Documentation](https://docs.rs/iced_runtime/badge.svg)][documentation]
+[![Crates.io](https://img.shields.io/crates/v/iced_runtime.svg)](https://crates.io/crates/iced_runtime)
+[![License](https://img.shields.io/crates/l/iced_runtime.svg)](https://github.com/iced-rs/iced/blob/master/LICENSE)
[![Discord Server](https://img.shields.io/discord/628993209984614400?label=&labelColor=6A7EC2&logo=discord&logoColor=ffffff&color=7389D8)](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