bevy/errors
BD103 9ee02e87d3
Remove version field for non-publish crates and update descriptions (#13100)
# 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.
2024-04-26 11:55:03 +00:00
..
src Add a [lints] entry for workspace members missing it (#11900) 2024-02-19 17:09:47 +00:00
B0001.md Fix a few typos in error docs (#11709) 2024-02-05 04:39:45 +00:00
B0002.md Fix a few typos in error docs (#11709) 2024-02-05 04:39:45 +00:00
B0003.md fix B0003 example and update logs (#11162) 2024-01-10 21:40:24 +00:00
B0004.md Migrate from LegacyColor to bevy_color::Color (#12163) 2024-02-29 19:35:12 +00:00
B0005.md Add some more docs for bevy_text. (#9873) 2023-10-27 18:53:57 +00:00
Cargo.toml Remove version field for non-publish crates and update descriptions (#13100) 2024-04-26 11:55:03 +00:00
README.md Add readme to errors crate and clean up cargo files (#3125) 2021-11-13 23:06:48 +00:00

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.