iced/runtime
Cory Forsstrom 83140d6049
Remove interior mutability
Nested doesn't need to implement Overlay trait, it can be be used
mutably in user interface so we don't need interior mutability.
2023-06-14 10:43:24 +02:00
..
src Remove interior mutability 2023-06-14 10:43:24 +02:00
Cargo.toml Merge branch 'master' into advanced-text 2023-04-17 23:41:12 +02:00
README.md Merge branch 'master' into advanced-text 2023-04-17 23:41:12 +02:00

iced_runtime

Documentation Crates.io License Discord Server

iced_runtime takes iced_core and builds a native 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.