bevyengine / bevy-assets

A collection of Bevy assets, plugins, learning resources, and apps made by the community
https://bevyengine.org/assets
993 stars 229 forks source link

Require a `crate` field for every asset that is a crate #458

Open benfrankel opened 4 months ago

benfrankel commented 4 months ago

This will help determine an accurate "latest supported Bevy version" for every crate. Related issue: https://github.com/bevyengine/bevy-assets/issues/297.

Some assets have multiple crates, in which case any one of them can be used.

benfrankel commented 2 months ago

Current status: