iced/runtime
2023-03-05 06:36:36 +01:00
..
src Rename iced_native to iced_runtime 2023-03-05 06:35:20 +01:00
Cargo.toml Rename iced_native to iced_runtime 2023-03-05 06:35:20 +01:00
README.md Fix README of iced_runtime 2023-03-05 06:36:36 +01:00

iced_runtime

Documentation Crates.io License Discord Server

iced_runtime takes iced_core and builds a native runtime on top of it.

Installation

Add iced_runtime as a dependency in your Cargo.toml:

iced_runtime = "0.9"

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.