Crate platform

Source
Expand description

Platform compatibility support for first-party Bevy engine crates.

Modulesยง

collections
Provides HashMap and HashSet from hashbrown with some customized defaults.
hash
Provides replacements for std::hash items using foldhash.
prelude
Frequently used items which would typically be included in most contexts.
sync
Provides various synchronization alternatives to language primitives.
thread
Provides sleep for all platforms.
time
Provides Instant for all platforms.