Skip to main content

Crate workflow_egui

Crate workflow_egui 

Source
Expand description

Building blocks for egui/eframe applications: device/orientation detection, application framing and lifecycle, font registration, async runtime integration and shared error/result types.

Re-exports§

pub use ahash;
pub use eframe;
pub use egui;

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.