waterui-ffi 0.5.1

FFI bindings for the WaterUI cross-platform UI framework
1
2
3
4
5
6
7
#[cfg(any(feature = "cef-runtime", feature = "cef-header"))]
pub mod browser_cef;
/// FFI bindings for dynamically-typed, backend-supplied platform views.
pub mod dynamic;
pub mod icon;
#[cfg(feature = "webview")]
pub mod webview;