clay-layout 0.4.0

Rust bindings for Clay, a UI layout library written in C.
Documentation
1
2
3
4
5
6
7
8
9
#[cfg(feature = "raylib-renderer")]
pub mod raylib;
#[cfg(feature = "raylib-renderer")]
pub use raylib::clay_raylib_render;

#[cfg(feature = "skia-renderer")]
pub mod skia;
#[cfg(feature = "skia-renderer")]
pub use skia::clay_skia_render;