Open benfrankel opened 4 months ago
Current status:
crates.io
, so they still have no crate = "..."
field. Every other crate now has a crate
field.crate
is an optional field for now to accommodate those unreleased crates. Making it a required field is blocked on https://github.com/bevyengine/bevy-assets/issues/457.crate
field.
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.