bevy/errors
Alice Cecile de004da8d5
Rename bevy_render::Color to LegacyColor (#12069)
# Objective

The migration process for `bevy_color` (#12013) will be fairly involved:
there will be hundreds of affected files, and a large number of APIs.

## Solution

To allow us to proceed granularly, we're going to keep both
`bevy_color::Color` (new) and `bevy_render::Color` (old) around until
the migration is complete.

However, simply doing this directly is confusing! They're both called
`Color`, making it very hard to tell when a portion of the code has been
ported.

As discussed in #12056, by renaming the old `Color` type, we can make it
easier to gradually migrate over, one API at a time.

## Migration Guide

THIS MIGRATION GUIDE INTENTIONALLY LEFT BLANK.

This change should not be shipped to end users: delete this section in
the final migration guide!

---------

Co-authored-by: Alice Cecile <alice.i.cecil@gmail.com>
2024-02-24 21:35:32 +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 Rename bevy_render::Color to LegacyColor (#12069) 2024-02-24 21:35:32 +00:00
B0005.md Add some more docs for bevy_text. (#9873) 2023-10-27 18:53:57 +00:00
Cargo.toml Add a [lints] entry for workspace members missing it (#11900) 2024-02-19 17:09:47 +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.