waterui-ffi 0.3.0

FFI bindings for the WaterUI cross-platform UI framework
1
2
3
4
5
6
7
8
9
10
11
12
/// FFI bindings for the application entry point (`WuiApp`) and its Android projection.
pub mod app;
/// FFI bindings for the identity type used by identifiable views and collections.
pub mod id;
pub mod inspector;
/// FFI bindings for publishing the window's safe area to Rust-laid-out layers.
pub mod safe_area;
pub mod theme;
/// FFI bindings for erased, identity-aware view collections (`WuiAnyViews`).
pub mod views;
/// FFI bindings for windows, their style/state/background, and window management.
pub mod window;