19 releases (11 breaking)

0.12.3 Mar 3, 2024
0.10.0 Jul 28, 2023
0.8.1 Feb 25, 2023
0.6.2 Dec 7, 2022
0.1.0 Nov 25, 2019

#1256 in GUI

Download history 3329/week @ 2023-12-23 3019/week @ 2023-12-30 4392/week @ 2024-01-06 5498/week @ 2024-01-13 6165/week @ 2024-01-20 4568/week @ 2024-01-27 3906/week @ 2024-02-03 5161/week @ 2024-02-10 5528/week @ 2024-02-17 5363/week @ 2024-02-24 5532/week @ 2024-03-02 5289/week @ 2024-03-09 5192/week @ 2024-03-16 5854/week @ 2024-03-23 5005/week @ 2024-03-30 3739/week @ 2024-04-06

20,317 downloads per month
Used in 130 crates (21 directly)

MIT license

235KB
5.5K SLoC

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.

Dependencies

~4.5MB
~124K SLoC