fix(deps): Don't include Bevy default features when used as a dependency. (#25)
Without this change, this plugin pulls in dependencies for Bevy features I don't need when used as a plugin (E.g. the audio feature is enabled even though neither I nor this plugin require it.) All features are re-enabled in `[dev-dependencies]` so examples are unconstrained.
Loading
Please register or sign in to comment