mirror of
https://github.com/bevyengine/bevy
synced 2024-11-29 16:10:19 +00:00
847f47d8d4
This replaces `rand` with `fastrand` as the source of randomness for `HandleId::new()` in `bevy_asset`. This was the only crate with a dependency on `rand`, and now the dependency exists only as a dev-dependency. `fastrand` was already in the dependency tree, thanks to `futures-lite`, `async-executor`, and `tempfile` to name a few. ## Changelog Removed `rand` from dependencies in `bevy_asset` in favor of existing in-tree `fast-rand` |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |