lgui-core 0.2.0

Platform-neutral runtime and UI primitives for LGUI
Documentation
1
2
3
4
5
6
7
8
# LGUI Core

`lgui-core` contains LGUI's platform-neutral application runtime, retained component tree, layout,
input, scene, window, resource, and service contracts. Its `runtime` module owns session, host, and
frame orchestration; concrete backend selection remains in the `lgui` facade.

Applications should normally depend on [`lgui`](https://crates.io/crates/lgui) instead of using
this package directly.