bevy_auto_plugin 0.2.1

Procedural macros to simplify and streamline the creation of Bevy plugins by automating the registration of types, initialization of resources, and addition of events
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod auto_add_event;
mod auto_add_event_generic;
mod auto_init_resource;
mod auto_init_resource_generic;
mod auto_init_state;
mod auto_name;
mod auto_name_with_generic;
mod auto_plugin_param;
mod auto_register_state_type;
mod auto_register_type;
mod auto_register_type_generic;