Skip to main content

run_app_with_software_backend

Function run_app_with_software_backend 

Source
pub fn run_app_with_software_backend<T: App>(
    settings: SoftwareBackendAppConfiguration,
    egui_app_factory: impl FnMut(Context) -> T,
) -> Result<(), SoftwareBackendAppError>
Expand description

Starts the app.