bevy/crates/bevy_asset/src
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
..
diagnostic docs: Full documentation for bevy_asset (#3536) 2022-07-12 15:44:09 +00:00
io docs: Full documentation for bevy_asset (#3536) 2022-07-12 15:44:09 +00:00
asset_server.rs docs: Full documentation for bevy_asset (#3536) 2022-07-12 15:44:09 +00:00
assets.rs docs: Full documentation for bevy_asset (#3536) 2022-07-12 15:44:09 +00:00
debug_asset_server.rs docs: Full documentation for bevy_asset (#3536) 2022-07-12 15:44:09 +00:00
filesystem_watcher.rs docs: Full documentation for bevy_asset (#3536) 2022-07-12 15:44:09 +00:00
handle.rs Remove rand crate from dependency tree (#3992) 2022-07-14 17:00:01 +00:00
info.rs docs: Full documentation for bevy_asset (#3536) 2022-07-12 15:44:09 +00:00
lib.rs docs: Full documentation for bevy_asset (#3536) 2022-07-12 15:44:09 +00:00
loader.rs docs: Full documentation for bevy_asset (#3536) 2022-07-12 15:44:09 +00:00
path.rs docs: Full documentation for bevy_asset (#3536) 2022-07-12 15:44:09 +00:00