Module bones_lib::time

source ·
Expand description

Time functionality for the Bones framework.

This is a slimmed down version of bevy_time.

bevy_time is licensed under MIT OR Apache-2.0.

Structs

  • A clock that tracks how much it has advanced (and how much real time has elapsed) since its previous update and since its creation.