Expand description
Re-exports§
Modules§
- device
- Device and screen-orientation detection used to adapt layout between mobile/portrait and desktop/landscape presentations.
- error
- Crate error type and result alias.
- fonts
- Helpers for registering static (embedded) fonts with egui.
- frame
- Application framing: window/canvas options and the eframe entry point.
- imports
- Commonly used internal imports re-exported for use across the crate.
- module
- Pluggable application modules selectable at runtime.
- prelude
- Re-exports of the crate’s most commonly used items.
- result
- Crate result type alias.
- runtime
- Async runtime and event-channel integration for egui applications.