bevy/crates/bevy_time
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
..
src Make time_system public (#13879) 2024-06-19 04:14:58 +02:00
Cargo.toml
README.md

Bevy Time

License Crates.io Downloads Docs Discord

The built-in timekeeping plugin for the Bevy game engine.