Skip to main content

run_with_config

Function run_with_config 

Source
pub fn run_with_config(
    app_fn: impl Fn(&mut Ui<'_>) + Send + Sync + 'static,
    config: RustViewConfig,
)
Expand description

Run the RustView application with custom configuration.