bevy/crates/bevy_utils
Zachary Harrold 53adcd7667
Minor fixes for bevy_utils in no_std (#15463)
# Objective

- Contributes to #15460

## Solution

- Made `web-time` a `wasm32`-only dependency.
- Moved time-related exports to its own module for clarity.
- Feature-gated allocator requirements for `hashbrown` behind `alloc`.
- Enabled compile-time RNG for `ahash` (runtime RNG will preferentially
used in `std` environments)
- Made `thread_local` optional by feature-gating the `Parallel` type.

## Testing

- Ran CI locally.
- `cargo build -p bevy_utils --target "x86_64-unknown-none"
--no-default-features`
2024-10-04 19:25:49 +00:00
..
macros Add core and alloc over std Lints (#15281) 2024-09-27 00:59:59 +00:00
src Minor fixes for bevy_utils in no_std (#15463) 2024-10-04 19:25:49 +00:00
Cargo.toml Minor fixes for bevy_utils in no_std (#15463) 2024-10-04 19:25:49 +00:00
README.md Add README.md to all crates (#13184) 2024-05-02 18:56:00 +00:00

Bevy Utilities

License Crates.io Downloads Docs Discord

A Collection of Utilities for the Bevy Engine.