Add bevy_gizmos/macros to publish script (#11928)

# Objective

This crate is needed if we want to successfully publish other Bevy
crates (hint: we do!)
This commit is contained in:
Carter Anderson 2024-02-17 12:56:06 -08:00 committed by GitHub
parent abb8c353f4
commit e0778bf407
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -35,6 +35,7 @@ crates=(
bevy_gltf bevy_gltf
bevy_scene bevy_scene
bevy_sprite bevy_sprite
bevy_gizmos/macros
bevy_gizmos bevy_gizmos
bevy_text bevy_text
bevy_a11y bevy_a11y