Merge pull request #1979 from rs017991/patch-1
Update README.md to reflect native->runtime rename
This commit is contained in:
commit
04337a1ff1
2 changed files with 7 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue