app_main

Function app_main 

Source
pub fn app_main<A>() -> Result<()>
where A: App + 'static,
Expand description

The entrypoint for implementations of the App trait.

Initializes logging and the GLFW library. Any errors that cause the application to exit are reported with a stacktrace if available.