bevy/crates/bevy_animation/src
Alice Cecile 0438f78c94
Fix newline in AnimationEvaluationState docs (#16542)
# Objective

CI [is
broken](https://github.com/bevyengine/bevy/actions/runs/12070933255/job/33661528875)
by the new Rust version.

## Solution

Appease the crab gods by fixing our doc comments.

## Testing

CI has my back!
2024-11-28 17:13:21 +00:00
..
animatable.rs Fix additive blending of quaternions (#15662) 2024-10-05 20:03:10 +00:00
animation_curves.rs AnimatedField and Rework Evaluators (#16484) 2024-11-27 22:19:55 +00:00
gltf_curves.rs Replace TwoIterators with Either in bevy_animation (#16036) 2024-10-21 02:17:59 +00:00
graph.rs Incorporate all node weights in additive blending (#16279) 2024-11-07 19:12:08 +00:00
lib.rs Fix newline in AnimationEvaluationState docs (#16542) 2024-11-28 17:13:21 +00:00
transition.rs aligning public apis of Time,Timer and Stopwatch (#15962) 2024-10-16 21:09:32 +00:00
util.rs Animatable trait for interpolation and blending (#4482) 2024-02-02 21:19:37 +00:00