Crate bevy_platform

Source
Expand description

Platform compatibility support for first-party Bevy engine crates.

Modulesยง

  • Provides HashMap and HashSet from hashbrown with some customized defaults.
  • Provides replacements for std::hash items using foldhash.
  • 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.