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 François
parent e14c15f121
commit e51429548f
No known key found for this signature in database

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