bevy/crates/bevy_asset
Ben Reeves 847f47d8d4 Remove rand crate from dependency tree (#3992)
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`
2022-07-14 17:00:01 +00:00
..
src Remove rand crate from dependency tree (#3992) 2022-07-14 17:00:01 +00:00
Cargo.toml Remove rand crate from dependency tree (#3992) 2022-07-14 17:00:01 +00:00