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

Add `crate` field to every crate #459

Closed benfrankel closed 3 months ago

benfrankel commented 4 months ago

Related to https://github.com/bevyengine/bevy-assets/issues/458.

Also fixes some broken links / renamed crates.

benfrankel commented 4 months ago

The "Unreleased" category of crates (https://github.com/bevyengine/bevy-assets/issues/457) currently have # TODO: No crate. in place of a crate field in this PR.

BD103 commented 4 months ago

I'm in favor of this field (and even making it required), but the website will need to be updated in order to handle the new field. Take a look at generate-assets for this :)

benfrankel commented 4 months ago

Made website PR: https://github.com/bevyengine/bevy-website/pull/1562.