Module bevy::app::prelude

Structs

A container of app logic and data.
The Resource that stores the App’s TypeRegistry.
The label for the startup Schedule, which runs once at the beginning of the App.

Enums

The names of the default App stages.
The names of the default App startup stages.

Traits

A collection of Bevy app logic and configuration.
Combines multiple Plugins into a single unit.

Derive Macros

Generates a dynamic plugin entry point function for the given Plugin type.