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
mod bare_fn;
mod bare_fn_default_app_param;
mod self_impl_plugin;
mod self_impl_plugin_default_app_param;
mod self_impl_plugin_with_generics;