Skip to content

Commit

Permalink
sort lines
Browse files Browse the repository at this point in the history
  • Loading branch information
atlv24 committed Oct 7, 2024
1 parent e649ec2 commit 7a7ccce
Showing 1 changed file with 36 additions and 36 deletions.
72 changes: 36 additions & 36 deletions tools/publish.sh
Original file line number Diff line number Diff line change
@@ -1,56 +1,56 @@
# if crate A depends on crate B, B must come before A in this list
crates=(
bevy_utils/macros
bevy_utils
bevy_ptr
bevy_macro_utils
bevy_derive
bevy_math
bevy_tasks
bevy_reflect/derive
bevy_reflect
bevy_ecs/macros
bevy_ecs
bevy_state/macros
bevy_state
bevy_a11y
bevy_animation
bevy_animation/derive
bevy_app
bevy_time
bevy_log
bevy_asset/macros
bevy_asset
bevy_asset/macros
bevy_audio
bevy_color
bevy_core
bevy_core_pipeline
bevy_derive
bevy_dev_tools
bevy_diagnostic
bevy_hierarchy
bevy_transform
bevy_window
bevy_dylib
bevy_ecs
bevy_ecs/macros
bevy_encase_derive
bevy_render/macros
bevy_mikktspace
bevy_mesh
bevy_gilrs
bevy_gizmos
bevy_gizmos/macros
bevy_gltf
bevy_hierarchy
bevy_image
bevy_render
bevy_core_pipeline
bevy_input
bevy_gilrs
bevy_animation
bevy_animation/derive
bevy_internal
bevy_log
bevy_macro_utils
bevy_math
bevy_mesh
bevy_mikktspace
bevy_pbr
bevy_gltf
bevy_picking
bevy_ptr
bevy_reflect
bevy_reflect/derive
bevy_remote
bevy_render
bevy_render/macros
bevy_scene
bevy_sprite
bevy_gizmos/macros
bevy_gizmos
bevy_state
bevy_state/macros
bevy_tasks
bevy_text
bevy_a11y
bevy_time
bevy_transform
bevy_ui
bevy_utils
bevy_utils/macros
bevy_window
bevy_winit
bevy_dev_tools
bevy_internal
bevy_dylib
bevy_color
bevy_picking
)

if [ -n "$(git status --porcelain)" ]; then
Expand Down

0 comments on commit 7a7ccce

Please sign in to comment.