Expand description
Assorted proc macro derive functions.
Attribute Macros§
- bevy_main 
- Generates the required main function boilerplate for Android.
Derive Macros§
- AppLabel
- Generates an impl of the AppLabeltrait.
- Deref
- Implements Dereffor structs. This is especially useful when utilizing the newtype pattern.
- DerefMut 
- Implements DerefMutfor structs. This is especially useful when utilizing the newtype pattern.
- EnumVariant Meta 
- Adds enum_variant_indexandenum_variant_namefunctions to enums.