2
0
Fork 0
mirror of https://github.com/bevyengine/bevy synced 2024-12-24 12:03:14 +00:00
bevy/crates/bevy_color
Zachary Harrold a6adced9ed
Deny derive_more error feature and replace it with thiserror ()
# Objective

- Remove `derive_more`'s error derivation and replace it with
`thiserror`

## Solution

- Added `derive_more`'s `error` feature to `deny.toml` to prevent it
sneaking back in.
- Reverted to `thiserror` error derivation

## Notes

Merge conflicts were too numerous to revert the individual changes, so
this reversion was done manually. Please scrutinise carefully during
review.
2024-12-06 17:03:55 +00:00
..
crates/gen_tests Add core and alloc over std Lints () 2024-09-27 00:59:59 +00:00
docs bevy_color: Added Color Conversion Mermaid Diagram () 2024-02-27 06:03:34 +00:00
src Deny derive_more error feature and replace it with thiserror () 2024-12-06 17:03:55 +00:00
Cargo.toml Deny derive_more error feature and replace it with thiserror () 2024-12-06 17:03:55 +00:00
README.md Add README.md to all crates () 2024-05-02 18:56:00 +00:00

Bevy Color

License Crates.io Downloads Docs Discord