mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
9ee02e87d3
# Objective - The [`version`] field in `Cargo.toml` is optional for crates not published on <https://crates.io>. - We have several `publish = false` tools in this repository that still have a version field, even when it's not useful. [`version`]: https://doc.rust-lang.org/cargo/reference/manifest.html#the-version-field ## Solution - Remove the [`version`] field for all crates where `publish = false`. - Update the description on a few crates and remove extra newlines as well. |
||
---|---|---|
.. | ||
src | ||
B0001.md | ||
B0002.md | ||
B0003.md | ||
B0004.md | ||
B0005.md | ||
Cargo.toml | ||
README.md |
Bevy Error Codes
This crate lists and tests explanations and examples of Bevy's error codes.
For the latest Bevy release, you can find a rendered version of the error code descriptions at bevyengine.org/learn/errors.