Re-exports§
pub use egui;pub use parking_lot;
Modules§
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