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

#1270 in GUI

Download history 6121/week @ 2024-01-22 4002/week @ 2024-01-29 4679/week @ 2024-02-05 5201/week @ 2024-02-12 5407/week @ 2024-02-19 5447/week @ 2024-02-26 5658/week @ 2024-03-04 4866/week @ 2024-03-11 5617/week @ 2024-03-18 5594/week @ 2024-03-25 5030/week @ 2024-04-01 4399/week @ 2024-04-08 5910/week @ 2024-04-15 5308/week @ 2024-04-22 5405/week @ 2024-04-29 4671/week @ 2024-05-06

21,856 downloads per month
Used in 134 crates (22 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