[−][src]Crate iced_core
The core library of Iced.
This library holds basic types that can be reused and re-exported in
different runtime implementations. For instance, both iced_native
and
iced_web
are built on top of iced_core
.
Modules
keyboard | Reuse basic keyboard types. |
mouse | Reuse basic mouse types. |
Structs
Color | A color in the sRGB color space. |
Point | A 2D point. |
Rectangle | A rectangle. |
Size | An amount of space in 2 dimensions. |
Vector | A 2D vector. |
Enums
Align | Alignment on an axis of a container. |
Background | The background of some element. |
Font | A font. |
HorizontalAlignment | The horizontal alignment of some resource. |
Length | The strategy used to fill space in a specific dimension. |
VerticalAlignment | The vertical alignment of some resource. |