14 releases (9 breaking)

0.9.0 Apr 13, 2023
0.8.1 Feb 25, 2023
0.7.0 Jan 14, 2023
0.6.2 Dec 7, 2022
0.1.0 Nov 25, 2019

#239 in GUI

Download history 3378/week @ 2023-02-04 2101/week @ 2023-02-11 3014/week @ 2023-02-18 2244/week @ 2023-02-25 2934/week @ 2023-03-04 2421/week @ 2023-03-11 2645/week @ 2023-03-18 2886/week @ 2023-03-25 2719/week @ 2023-04-01 3216/week @ 2023-04-08 2618/week @ 2023-04-15 2911/week @ 2023-04-22 4781/week @ 2023-04-29 3536/week @ 2023-05-06 3994/week @ 2023-05-13 3610/week @ 2023-05-20

16,295 downloads per month
Used in 90 crates (11 directly)

MIT license

42KB
1K 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

~30–590KB
~13K SLoC