mirror of
https://github.com/bevyengine/bevy
synced 2024-11-21 20:23:28 +00:00
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:
parent
fac0b34b20
commit
fe4f44bb43
1 changed files with 1 additions and 1 deletions
|
@ -34,8 +34,8 @@ crates=(
|
||||||
bevy_core_pipeline
|
bevy_core_pipeline
|
||||||
bevy_input
|
bevy_input
|
||||||
bevy_gilrs
|
bevy_gilrs
|
||||||
bevy_animation
|
|
||||||
bevy_animation/derive
|
bevy_animation/derive
|
||||||
|
bevy_animation
|
||||||
bevy_pbr
|
bevy_pbr
|
||||||
bevy_gltf
|
bevy_gltf
|
||||||
bevy_remote
|
bevy_remote
|
||||||
|
|
Loading…
Reference in a new issue