NiklasEi / bevy_asset_loader

Bevy plugin helping with asset loading and organization
Apache License 2.0
489 stars 56 forks source link

Split `render` cargo feature into 2d and 3d #31

Closed inodentry closed 2 years ago

inodentry commented 2 years ago

I like to selectively depend on either bevy_sprite or bevy_pbr depending on whether the project in question is a 2d or 3d game, to not include unnecessary parts of Bevy into my projects. Currently, bevy_asset_loader requires pulling in both. Would be nice if the two were separate.