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
7
8
mod auto_component;
mod auto_event;
mod auto_message;
mod auto_observer;
mod auto_resource;
mod auto_states;
mod auto_sub_states;
mod auto_system;