Expand description
This module is separated into its own crate to enable simple dynamic linking for Bevy, and should not be used directly
Re-exports§
pub use bevy_app as app;
pub use bevy_core as core;
pub use bevy_diagnostic as diagnostic;
pub use bevy_ecs as ecs;
pub use bevy_hierarchy as hierarchy;
pub use bevy_input as input;
pub use bevy_log as log;
pub use bevy_math as math;
pub use bevy_ptr as ptr;
pub use bevy_reflect as reflect;
pub use bevy_tasks as tasks;
pub use bevy_time as time;
pub use bevy_transform as transform;
pub use bevy_utils as utils;
Modules§
use bevy::prelude::*;
to import common components, bundles, and plugins.
Structs§
- This plugin group will add all the default plugins for a Bevy application:
- This plugin group will add the minimal plugins for a Bevy application: