mirror of
https://github.com/bevyengine/bevy
synced 2024-11-22 20:53:53 +00:00
Remove dependecies from bevy_tasks' README (#9881)
# Objective Noticed that bevy_tasks' README mentions its dependency tree, which is very outdated at this point. ## Solution Remove it.
This commit is contained in:
parent
47d87e49da
commit
1116207f7d
1 changed files with 0 additions and 16 deletions
|
@ -31,19 +31,3 @@ The determining factor for what kind of work should go in each pool is latency r
|
|||
[bevy]: https://bevyengine.org
|
||||
[rayon]: https://github.com/rayon-rs/rayon
|
||||
[async-executor]: https://github.com/stjepang/async-executor
|
||||
|
||||
## Dependencies
|
||||
|
||||
A very small dependency list is a key feature of this module
|
||||
|
||||
```text
|
||||
├── async-executor
|
||||
│ ├── async-task
|
||||
│ ├── concurrent-queue
|
||||
│ │ └── cache-padded
|
||||
│ └── fastrand
|
||||
├── num_cpus
|
||||
│ └── libc
|
||||
├── parking
|
||||
└── futures-lite
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue