Crate lunaris_api

Crate lunaris_api 

Source

Re-exports§

pub use egui;
pub use parking_lot;

Modules§

bridge
consts
plugin
prelude
protocol
render
request
types
util

Macros§

export_plugin
export_plugin!: Register a plugin with a single shared instance. This uses a global OnceLock<Arc<RwLock>> so that all registered features (e.g., Gui) point to the same heavy instance, while the host still receives Box objects via inventory.
submit_raw