bevy/crates/bevy_app
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
..
src Optional .system (#2398) 2021-06-27 00:40:09 +00:00
Cargo.toml Add inline documentation to bevy code (#1404) 2021-05-06 02:26:54 +00:00