jabuwu / bevy_spine

A Bevy plugin for Spine
https://docs.rs/bevy_spine
Other
84 stars 5 forks source link

Convenience: derive Reflect on all Components and register their types. #11

Open brandon-reinhart opened 10 months ago

brandon-reinhart commented 10 months ago

This may be less appealing, but for compatibility with other crates it may be worthwhile to derive Reflect on your Bevy components and register their types with the Bevy type system.