mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
Add bevy_utils/macros to publish.sh (#7932)
This commit is contained in:
parent
66d9882fe3
commit
6595086922
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue