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
16,295 downloads per month
Used in 90 crates
(11 directly)
42KB
1K
SLoC
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.
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