pub fn run<P>( program: P, settings: Settings, window_settings: Option<Settings>, ) -> Result<(), Error>where P: Program + 'static, P::Theme: Base,
Runs a [Program] with the provided settings.
Program