bevy/crates/bevy_time/src
Kristoffer Søholm 165f399489
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-19 04:14:58 +02: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-19 04:14:58 +02:00
real.rs Make bevy_time optionally depend on bevy_reflect (#13263) 2024-05-12 23:19:07 +00:00
stopwatch.rs Adds doc note that Timer and Stopwatch must be progressed manually (#13441) 2024-05-20 19:46:25 +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