pub fn run_with_config( app_fn: impl Fn(&mut Ui<'_>) + Send + Sync + 'static, config: RustViewConfig, )
Run the RustView application with custom configuration.