bevy/crates/bevy_animation
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
..
derive Add Support for Triggering Events via AnimationEvents (#15538) 2024-10-06 10:03:05 +00:00
src Replace TwoIterators with Either in bevy_animation (#16036) 2024-10-21 02:17:59 +00:00
Cargo.toml Replace TwoIterators with Either in bevy_animation (#16036) 2024-10-21 02:17:59 +00:00
README.md Add README.md to all crates (#13184) 2024-05-02 18:56:00 +00:00

Bevy Animation

License Crates.io Downloads Docs Discord