Crates.io | iced_core |
lib.rs | iced_core |
version | 0.13.2 |
source | src |
created_at | 2019-09-20 08:07:45.975027 |
updated_at | 2024-09-20 16:12:13.981239 |
description | The essential ideas of iced |
homepage | https://iced.rs |
repository | https://github.com/iced-rs/iced |
max_upload_size | |
id | 166155 |
size | 340,030 |
iced_core
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.