Add new crates to publish.sh (#15700)

This commit is contained in:
vero 2024-10-07 14:46:13 -04:00 committed by GitHub
parent 01387101df
commit 90c6f24371
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,6 +6,7 @@ crates=(
bevy_macro_utils bevy_macro_utils
bevy_derive bevy_derive
bevy_math bevy_math
bevy_color
bevy_tasks bevy_tasks
bevy_reflect/derive bevy_reflect/derive
bevy_reflect bevy_reflect
@ -27,14 +28,19 @@ crates=(
bevy_encase_derive bevy_encase_derive
bevy_render/macros bevy_render/macros
bevy_mikktspace bevy_mikktspace
bevy_image
bevy_mesh
bevy_render bevy_render
bevy_core_pipeline bevy_core_pipeline
bevy_input bevy_input
bevy_gilrs bevy_gilrs
bevy_animation bevy_animation
bevy_animation/derive
bevy_pbr bevy_pbr
bevy_gltf bevy_gltf
bevy_remote
bevy_scene bevy_scene
bevy_picking
bevy_sprite bevy_sprite
bevy_gizmos/macros bevy_gizmos/macros
bevy_gizmos bevy_gizmos
@ -45,8 +51,6 @@ crates=(
bevy_dev_tools bevy_dev_tools
bevy_internal bevy_internal
bevy_dylib bevy_dylib
bevy_color
bevy_picking
) )
if [ -n "$(git status --porcelain)" ]; then if [ -n "$(git status --porcelain)" ]; then