Module bevy::dynamic_plugin
Expand description
Dynamic linking of plugins
Enums
- Errors that can occur when loading a dynamic plugin
Traits
Functions
- Dynamically links a plugin at the given path. The plugin must export a function with the
CreatePlugin
signature named_bevy_create_plugin
.