waterui-ffi 0.3.0

FFI bindings for the WaterUI cross-platform UI framework
1
2
3
4
5
6
7
//! Lazy loading FFI bindings - DEPRECATED
//!
//! The `Lazy` component is now a convenience wrapper with static methods
//! like `Lazy::vstack()` and `Lazy::hstack()` that return standard views
//! (`ScrollView` wrapping `LazyContainer`). No separate FFI type is needed.
//!
//! See `LazyContainer` (`WuiContainer` in FFI) for lazy view reconstruction.