mirror of
https://github.com/bevyengine/bevy
synced 2024-11-22 04:33:37 +00:00
Add new crates to publish.sh (#15700)
This commit is contained in:
parent
01387101df
commit
90c6f24371
1 changed files with 6 additions and 2 deletions
|
@ -6,6 +6,7 @@ crates=(
|
|||
bevy_macro_utils
|
||||
bevy_derive
|
||||
bevy_math
|
||||
bevy_color
|
||||
bevy_tasks
|
||||
bevy_reflect/derive
|
||||
bevy_reflect
|
||||
|
@ -27,14 +28,19 @@ crates=(
|
|||
bevy_encase_derive
|
||||
bevy_render/macros
|
||||
bevy_mikktspace
|
||||
bevy_image
|
||||
bevy_mesh
|
||||
bevy_render
|
||||
bevy_core_pipeline
|
||||
bevy_input
|
||||
bevy_gilrs
|
||||
bevy_animation
|
||||
bevy_animation/derive
|
||||
bevy_pbr
|
||||
bevy_gltf
|
||||
bevy_remote
|
||||
bevy_scene
|
||||
bevy_picking
|
||||
bevy_sprite
|
||||
bevy_gizmos/macros
|
||||
bevy_gizmos
|
||||
|
@ -45,8 +51,6 @@ crates=(
|
|||
bevy_dev_tools
|
||||
bevy_internal
|
||||
bevy_dylib
|
||||
bevy_color
|
||||
bevy_picking
|
||||
)
|
||||
|
||||
if [ -n "$(git status --porcelain)" ]; then
|
||||
|
|
Loading…
Reference in a new issue