Derive Macro bevy_derive::DynamicPlugin

source ยท
#[derive(DynamicPlugin)]
๐Ÿ‘ŽDeprecated since 0.14.0: The current dynamic plugin system is unsound and will be removed in 0.15.
Expand description

Generates a dynamic plugin entry point function for the given Plugin type.

This is deprecated since 0.14. The current dynamic plugin system is unsound and will be removed in 0.15.