iced/core
2019-11-20 09:41:04 +01:00
..
src Rename Command::attempt to Command::perform 2019-11-18 00:10:40 +01:00
Cargo.toml Implement future-based Command in iced_core 2019-11-17 07:02:38 +01:00
README.md Add README for each subcrate 2019-11-20 09:41:04 +01:00

iced_core

Documentation Crates.io License project chat

iced_core holds basic reusable types of the public API. For instance, basic data types like Point, Rectangle, Length, etc.

This crate is meant to be a starting point for an Iced runtime.

iced_core