iced-yoda/runtime/README.md

19 lines
982 B
Markdown
Raw Normal View History

2023-03-05 06:36:36 +01:00
# `iced_runtime`
[![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)
2022-01-31 21:18:39 +07:00
[![Discord Server](https://img.shields.io/discord/628993209984614400?label=&labelColor=6A7EC2&logo=discord&logoColor=ffffff&color=7389D8)](https://discord.gg/3xZJ65GAhd)
2019-11-20 09:41:04 +01:00
`iced_runtime` takes [`iced_core`] and builds a runtime on top of it.
2019-11-20 09:41:04 +01: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
__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].
[the release list]: https://github.com/iced-rs/iced/releases