diff --git a/tools/publish.sh b/tools/publish.sh index 72ddab7f10a98..0eeb32255894e 100644 --- a/tools/publish.sh +++ b/tools/publish.sh @@ -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