lgui-core 0.2.2

Platform-neutral runtime and UI primitives for LGUI
Documentation
1
2
3
4
5
6
7
8
//! Internal renderer cache controls and shared rendering support.

mod cache;
#[cfg(feature = "raster-effects")]
pub(crate) mod shadow;

pub(crate) use cache::install_render_cache;
pub use cache::*;