mirror of
https://github.com/bevyengine/bevy
synced 2024-11-22 12:43:34 +00:00
53adcd7667
# 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` |
||
---|---|---|
.. | ||
macros | ||
src | ||
Cargo.toml | ||
README.md |