Don't depend on bevy default-features
johanhelsing opened this issue · 1 comments
johanhelsing commented
Describe the bug
Depending on bevy means that it's not possible for users of this crate to not pull in bevy_gltf etc. for use in 2D project. This creates unnecessary large builds.
Expected behavior
Have default-features = false
for bevy, specify just the needed features.
SergioRibera commented
Totally agree 👍🏻