Module indigo::runtime[][src]

Contains the main entry point code for running Indigo applications.

Structs

Window

A handle for an open window.

Functions

run

Runs the indigo runtime until the given future completes, then exits the process.

until_panic

Waits until a panic occurs.

Attribute Macros

main

Defines an async main function that runs on the Indigo runtime.