iced_core

Crates.ioiced_core
lib.rsiced_core
version0.12.3
sourcesrc
created_at2019-09-20 08:07:45.975027
updated_at2024-03-03 13:40:26.908753
descriptionThe essential ideas of iced
homepagehttps://iced.rs
repositoryhttps://github.com/iced-rs/iced
max_upload_size
id166155
size247,283
Héctor Ramón (hecrj)

documentation

README

iced_core

Documentation Crates.io License Discord Server

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.

The foundations

Installation

Add iced_core as a dependency in your Cargo.toml:

iced_core = "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.

Commit count: 3923

cargo fmt