From 63a3da870307b472ad7aad515698478e8c6b686d Mon Sep 17 00:00:00 2001 From: Carter Anderson Date: Sat, 17 Feb 2024 12:56:06 -0800 Subject: [PATCH] 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!) --- tools/publish.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/publish.sh b/tools/publish.sh index 5e97f5e9b7..7819bd3f59 100644 --- a/tools/publish.sh +++ b/tools/publish.sh @@ -35,6 +35,7 @@ crates=( bevy_gltf bevy_scene bevy_sprite + bevy_gizmos/macros bevy_gizmos bevy_text bevy_a11y