waterui-ffi 0.3.0

FFI bindings for the WaterUI cross-platform UI framework
1
2
3
4
5
6
#[cfg(feature = "map")]
pub mod map;
// The Apple backend names the map's reactive entry points whether or not this
// build has a map, so they exist either way.
#[cfg(all(feature = "c-api", not(feature = "map")))]
pub mod map_absent;