crate publish order: bevy_animation depends on bevy_animation_derive (#16060)

# Objective

- bevy_animation publication fails because of missed dependency
- bevy_animation depends on bevy_animation_derive which is published
after

## Solution

- Reorder crates bevy_animation and bevy_animation_derive
This commit is contained in:
François Mockers 2024-10-23 00:37:04 +02:00 committed by GitHub
parent fac0b34b20
commit fe4f44bb43
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -34,8 +34,8 @@ crates=(
bevy_core_pipeline
bevy_input
bevy_gilrs
bevy_animation
bevy_animation/derive
bevy_animation
bevy_pbr
bevy_gltf
bevy_remote