Add bevy_utils/macros to publish.sh (#7932)

This commit is contained in:
Carter Anderson 2023-03-06 09:19:53 -08:00 committed by GitHub
parent 66d9882fe3
commit 6595086922
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,6 @@
# 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