bevy_auto_plugin 0.9.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
9
10
11
use_small_heuristics = "Max"   # prefer breaking earlier
normalize_comments = true
use_field_init_shorthand = true
newline_style = "Unix"
style_edition = "2024"
array_width = 60

unstable_features = true
imports_granularity = "Crate"  # consolidate use by crate
reorder_imports = true         # required to merge imports
imports_layout = "Vertical"    # one per line in braces (if any)