macro_rules! main_app {
    ( $ app: ident) => { ... };
}
Expand description

Define the entry point of your application.

Your $app should implement the draw and handle functions. Refer to the examples to get started.