// Example 0: The Window
// The simplest example: Do absolutely nothing other than just opening a window
use ;
// main() serves as our kicking-off point, but it doesn't have our application logic
// Actual logic goes in our app function, which is async
// 'run' manages loading resources asynchronously and dealing with the event loop
// Our actual logic! Not much to see for this example
async