2
0
Fork 0
mirror of https://github.com/bevyengine/bevy synced 2024-12-19 01:23:09 +00:00
bevy/crates/bevy_animation/src
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
..
animatable.rs Fix additive blending of quaternions () 2024-10-05 20:03:10 +00:00
animation_curves.rs Add Immutable Component Support () 2024-12-05 14:27:48 +00:00
gltf_curves.rs Deny derive_more error feature and replace it with thiserror () 2024-12-06 17:03:55 +00:00
graph.rs Deny derive_more error feature and replace it with thiserror () 2024-12-06 17:03:55 +00:00
lib.rs Fix newline in AnimationEvaluationState docs () 2024-11-28 17:13:21 +00:00
transition.rs aligning public apis of Time,Timer and Stopwatch () 2024-10-16 21:09:32 +00:00
util.rs Animatable trait for interpolation and blending () 2024-02-02 21:19:37 +00:00