bevy/crates/bevy_time/src
Kristoffer Søholm cde610577d
Make time_system public (#13879)
# Objective

If `time_system` isn't public you cannot order systems relative to it in
the `TimeSystem` set.

## Solution

Make it public
2024-06-16 18:07:41 +00:00
..
common_conditions.rs Remove redundant imports (#12817) 2024-04-01 19:59:08 +00:00
fixed.rs Make bevy_time optionally depend on bevy_reflect (#13263) 2024-05-12 23:19:07 +00:00
lib.rs Make time_system public (#13879) 2024-06-16 18:07:41 +00:00
real.rs Make bevy_time optionally depend on bevy_reflect (#13263) 2024-05-12 23:19:07 +00:00
stopwatch.rs Fix minor doc typo (#13776) 2024-06-10 07:15:38 +00:00
time.rs Make bevy_time optionally depend on bevy_reflect (#13263) 2024-05-12 23:19:07 +00:00
timer.rs Adds doc note that Timer and Stopwatch must be progressed manually (#13441) 2024-05-20 19:46:25 +00:00
virt.rs Make bevy_time optionally depend on bevy_reflect (#13263) 2024-05-12 23:19:07 +00:00