waterui-ffi 0.3.0

FFI bindings for the WaterUI cross-platform UI framework
1
2
3
4
5
6
#[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;
pub mod webview;