Module bevy::app

source ·
Expand description

Build bevy apps, create plugins, and read events.

Modules

Structs

Enums

Traits

Type Definitions

  • A type representing an unsafe function that returns a mutable pointer to a Plugin. It is used for dynamically loading plugins.

Derive Macros

  • Generates an impl of the AppLabel trait.
  • Generates a dynamic plugin entry point function for the given Plugin type.