bevy/crates/bevy_core/src/time
François b724a0f586 Down with the system! (#2496)
# Objective

- Remove all the `.system()` possible.
- Check for remaining missing cases.

## Solution

- Remove all `.system()`, fix compile errors
- 32 calls to `.system()` remains, mostly internals, the few others should be removed after #2446
2021-07-27 23:42:36 +00:00
..
fixed_timestep.rs Down with the system! (#2496) 2021-07-27 23:42:36 +00:00
mod.rs ♻️ Timer refactor to duration. Add Stopwatch struct. (#1151) 2021-03-05 19:59:14 +00:00
stopwatch.rs Doctest improvments (#1937) 2021-04-16 19:13:08 +00:00
time.rs Derive Clone for Time (#2360) 2021-06-22 16:57:48 +00:00
timer.rs Fixes Timer Precision Error Causing Panic (#2362) 2021-06-26 19:49:34 +00:00