bevy/crates/bevy_animation/src
Stepan Koltsov 465d1139e7
Replace TwoIterators with Either in bevy_animation (#16036)
# Objective

- Less code
- Better iterator (implements `size_hint` for example)

## Solution

- Use `either`
- This change is free because `bevy_animation` depends on `bevy_asset`,
which already depends on `either`

## Testing

CI
2024-10-21 02:17:59 +00:00
..
animatable.rs Fix additive blending of quaternions (#15662) 2024-10-05 20:03:10 +00:00
animation_curves.rs Make AnimatableCurve::curve public (#15831) 2024-10-10 18:51:17 +00:00
animation_event.rs Use en-us locale for typos (#16037) 2024-10-20 18:55:17 +00:00
gltf_curves.rs Replace TwoIterators with Either in bevy_animation (#16036) 2024-10-21 02:17:59 +00:00
graph.rs Fix some duplicate words in docs/comments (#15980) 2024-10-20 01:03:27 +00:00
lib.rs aligning public apis of Time,Timer and Stopwatch (#15962) 2024-10-16 21:09:32 +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