lgui-core 0.2.0

Platform-neutral runtime and UI primitives for LGUI
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
mod geometry;
mod id;
mod style;

pub(crate) use geometry::normalized_f32_bits;
pub use geometry::{
    EdgeInsets, PhysicalPoint, PhysicalRect, PhysicalSize, Point, Size, UiRect, UiScale,
};
pub use id::{UiId, UiIdPath};
pub use style::{
    BackdropBlurStyle, Color, CustomPaintStyle, IconStyle, ImageFit, OverlayStyle, PathStyle,
    RadialGradientLayer, Stroke, TextAlign, TextStyle, UiPath, UiPathCommand,
    VerticalGradientLayer, VisualStyle,
};