mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 15:14:50 +00:00
e290a7e29c
This is a rather simple but wide change, and it involves adding a new `bevy_app_macros` crate. Let me know if there is a better way to do any of this! --- # Objective - Allow adding and accessing sub-apps by using a label instead of an index ## Solution - Migrate the bevy label implementation and derive code to the `bevy_utils` and `bevy_macro_utils` crates and then add a new `SubAppLabel` trait to the `bevy_app` crate that is used when adding or getting a sub-app from an app. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |