Expand description
Platform compatibility support for first-party Bevy engine crates.
Modulesยง
- Provides replacements for
std::hash
items usingfoldhash
. - Frequently used items which would typically be included in most contexts.
- Provides various synchronization alternatives to language primitives.
- Provides
sleep
for all platforms. - Provides
Instant
for all platforms.