waterui-ffi 0.3.0

FFI bindings for the WaterUI cross-platform UI framework
1
2
3
4
5
6
/// FFI bindings for `Color` and its resolved RGBA representation.
pub mod color;
/// FFI bindings for `ResolvedGradient` and its stops, used by gradient fills.
pub mod gradient;
/// FFI bindings for `ShapeKind`/`ResolvedShape`, `WaterUI`'s vector shape primitives.
pub mod shape;