Expand description
Provides a host system implementation of egui_wings::Egui with which WASM
applications may interact.
Structs§
- Egui
Host - Implements the
egui_wings::Eguitrait for WASM guest modules.
Traits§
- Egui
- Allows for accessing the shared
egui::Contextfor plugins.