beetmash_core 0.0.7

The number one bevy scene registry.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub mod beetmash_default_plugins;
#[allow(unused_imports)]
pub use self::beetmash_default_plugins::*;
pub mod block_app_ready;
#[allow(unused_imports)]
pub use self::block_app_ready::*;
pub mod default_placeholder_plugin;
#[allow(unused_imports)]
pub use self::default_placeholder_plugin::*;
pub mod screenshot;
#[allow(unused_imports)]
pub use self::screenshot::*;