22 releases (12 breaking)
0.13.2 | Sep 20, 2024 |
---|---|
0.12.3 | Mar 3, 2024 |
0.10.0 | Jul 28, 2023 |
0.8.1 | Feb 25, 2023 |
0.1.0 | Nov 25, 2019 |
#1463 in GUI
21,745 downloads per month
Used in 162 crates
(25 directly)
330KB
7.5K
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.
lib.rs
:
The core library of Iced.
This library holds basic types that can be reused and re-exported in different runtime implementations.
Dependencies
~6–17MB
~300K SLoC