bevy_auto_plugin 0.10.0

Procedural attribute macros for Bevy apps that reduce boilerplate by automatically registering components, resources, events, states, and systems in your plugin's build function.
Documentation
1
2
3
4
5
6
mod actions;
mod auto_plugin;
mod general;
mod rewrites;
#[cfg(not(wasm))]
mod ui_tests;