iced/runtime
Héctor Ramón Jiménez 8b45d620d0
Revert window::close producing a window::Id
Instead, subscribing to `window::close_events` is
preferable; since most use cases will want to react
to the user closing a window as well.
2024-08-12 05:50:22 +02:00
..
src Revert window::close producing a window::Id 2024-08-12 05:50:22 +02:00
Cargo.toml Utilize bytes::Bytes iced_runtime:🪟:Screenshot 2024-05-01 00:28:55 +02:00
README.md Update README.md to reflect native->runtime rename 2023-08-02 22:28:09 +02:00

iced_runtime

Documentation Crates.io License Discord Server

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

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.