Skip to content

Commit

Permalink
Remove dependecies from bevy_tasks' README (#9881)
Browse files Browse the repository at this point in the history
# Objective
Noticed that bevy_tasks' README mentions its dependency tree, which is
very outdated at this point.

## Solution
Remove it.
  • Loading branch information
james7132 committed Sep 20, 2023
1 parent 47d87e4 commit 1116207
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions crates/bevy_tasks/README.md
Expand Up @@ -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
```

0 comments on commit 1116207

Please sign in to comment.