bevy/crates/bevy_app/src
Daniel McNab c893b99224 Optional .system (#2398)
This can be your 6 months post-christmas present.

# Objective

- Make `.system` optional
- yeet
- It's ugly
- Alternative title: `.system` is dead; long live `.system`
- **yeet**

## Solution

- Use a higher ranked lifetime, and some trait magic.

N.B. This PR does not actually remove any `.system`s, except in a couple of examples. Once this is merged we can do that piecemeal across crates, and decide on syntax for labels.
2021-06-27 00:40:09 +00:00
..
app_builder.rs Optional .system (#2398) 2021-06-27 00:40:09 +00:00
app.rs add a span for frames (#2053) 2021-04-30 02:08:49 +00:00
ci_testing.rs run some examples on CI using swiftshader (#1826) 2021-04-14 21:40:36 +00:00
lib.rs Hide re-exported docs (#1985) 2021-04-27 18:29:33 +00:00
plugin_group.rs Fix errors and panics to typical Rust conventions (#968) 2020-12-02 11:31:16 -08:00
plugin.rs format comments (#1612) 2021-03-11 00:27:30 +00:00
schedule_runner.rs Moved events to ECS (#1823) 2021-04-13 20:36:37 +00:00