bevy/crates/bevy_derive/src
Carter Anderson 9898469e9e Sub app label changes (#2717)
Makes some tweaks to the SubApp labeling introduced in #2695:

* Ergonomics improvements
* Removes unnecessary allocation when retrieving subapp label
* Removes the newly added "app macros" crate in favor of bevy_derive
* renamed RenderSubApp to RenderApp

@zicklag (for reference)
2021-08-24 06:37:28 +00:00
..
app_plugin.rs Various cleanups (#2046) 2021-05-01 20:07:06 +00:00
bevy_main.rs Fix errors and panics to typical Rust conventions (#968) 2020-12-02 11:31:16 -08:00
bytes.rs Use bevy_reflect as path in case of no direct references (#1875) 2021-05-19 19:03:36 +00:00
enum_variant_meta.rs Use bevy_reflect as path in case of no direct references (#1875) 2021-05-19 19:03:36 +00:00
lib.rs Sub app label changes (#2717) 2021-08-24 06:37:28 +00:00
modules.rs Use bevy_reflect as path in case of no direct references (#1875) 2021-05-19 19:03:36 +00:00
render_resource.rs Use bevy_reflect as path in case of no direct references (#1875) 2021-05-19 19:03:36 +00:00
render_resources.rs Use bevy_reflect as path in case of no direct references (#1875) 2021-05-19 19:03:36 +00:00
resource.rs Use bevy_reflect as path in case of no direct references (#1875) 2021-05-19 19:03:36 +00:00
shader_defs.rs Remove unused deps (#2455) 2021-07-14 20:52:50 +00:00