NiklasEi / bevy_asset_loader

Bevy plugin helping with asset loading and organization
Apache License 2.0
459 stars 52 forks source link

Remove features for optional dependencies #116

Closed NiklasEi closed 1 year ago

NiklasEi commented 1 year ago

It's confusing, that the crate has the feature iyes_progress, but enabling it does not enable progress tracking... Also get rid of serde and bevy_common_assets features, since they only make sense if they get included via the standard_dynamic_assets feature.