Expand description
Platform compatibility support for first-party Bevy engine crates.
Modulesยง
- cell
- Provides cell primitives.
- cfg
- Provides helpful configuration macros, allowing detection of platform features such as
alloc
orstd
without explicit features. - collections
- Provides
HashMap
andHashSet
fromhashbrown
with some customized defaults. - hash
- Provides replacements for
std::hash
items usingfoldhash
. - 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.