2023-03-05 06:36:36 +01:00
|
|
|
# `iced_runtime`
|
2023-07-29 14:32:28 -05:00
|
|
|
[][documentation]
|
|
|
|
|
[](https://crates.io/crates/iced_runtime)
|
|
|
|
|
[](https://github.com/iced-rs/iced/blob/master/LICENSE)
|
2022-01-31 21:18:39 +07:00
|
|
|
[](https://discord.gg/3xZJ65GAhd)
|
2019-11-20 09:41:04 +01:00
|
|
|
|
2023-07-29 14:32:28 -05:00
|
|
|
`iced_runtime` takes [`iced_core`] and builds a runtime on top of it.
|
2019-11-20 09:41:04 +01:00
|
|
|
|
2023-07-29 14:32:28 -05:00
|
|
|
[documentation]: https://docs.rs/iced_runtime
|
2019-11-20 09:41:04 +01:00
|
|
|
[`iced_core`]: ../core
|
|
|
|
|
[`iced_winit`]: ../winit
|
|
|
|
|
[`druid`]: https://github.com/xi-editor/druid
|
|
|
|
|
[`raw-window-handle`]: https://github.com/rust-windowing/raw-window-handle
|
2019-11-20 09:56:16 +01:00
|
|
|
|
|
|
|
|
__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].
|
|
|
|
|
|
2021-12-23 09:34:37 +02:00
|
|
|
[the release list]: https://github.com/iced-rs/iced/releases
|