Registry / other / bevy-time

bevy-time

JSON →
library0.18.1rscratesunverified

Provides time functionality for the Bevy game engine, including clocks and timers.

# Cargo.toml [dependencies] bevy_time = "0.18.1"
INSTALL
IMPORT
SIG · BEVY-TIME
B
bevy-time
otherrustv0.18.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Time
use bevy_time::Time;

Accesses the default time resource in Bevy.

use bevy_time::Time; fn main() { let time = Time::default(); println!("Delta: {:?}", time.delta()); }
Debug
Known issues
gotchaRequires the Bevy engine and its ECS to be used properly; standalone usage is limited.
fix
Use within a Bevy app with appropriate plugins.
affects: >=0.1.0
Upgrade
Version history
0.18.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
20 hits · last 30 days
node
16
Meta
2
Amazon
1
OpenAI (training)
1
Resources
bevy-time — cargo add bevy-time · libregistry