bevy/crates/bevy_math/src/curve
Zachary Harrold a6adced9ed
Deny derive_more error feature and replace it with thiserror (#16684)
# 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
..
adaptors.rs Add no_std Support to bevy_math (#15810) 2024-12-03 17:14:51 +00:00
cores.rs Deny derive_more error feature and replace it with thiserror (#16684) 2024-12-06 17:03:55 +00:00
easing.rs Add no_std Support to bevy_math (#15810) 2024-12-03 17:14:51 +00:00
interval.rs Deny derive_more error feature and replace it with thiserror (#16684) 2024-12-06 17:03:55 +00:00
iterable.rs Add no_std Support to bevy_math (#15810) 2024-12-03 17:14:51 +00:00
mod.rs Deny derive_more error feature and replace it with thiserror (#16684) 2024-12-06 17:03:55 +00:00
sample_curves.rs Add no_std Support to bevy_math (#15810) 2024-12-03 17:14:51 +00:00