lgui-core 0.2.0

Platform-neutral runtime and UI primitives for LGUI
Documentation
1
2
3
4
5
6
7
//! Runtime orchestration for sessions, retained hosts, and frame invalidation.

pub mod frame;
pub mod host;
pub mod session;

pub use session::*;