From a66506c0e35316eb99cfd399aa1e7398d2574565 Mon Sep 17 00:00:00 2001 From: james7132 Date: Wed, 20 Sep 2023 15:12:46 -0700 Subject: [PATCH] Remove dependecies from bevy_tasks's README --- crates/bevy_tasks/README.md | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/crates/bevy_tasks/README.md b/crates/bevy_tasks/README.md index 881d7b802a50b..233d6794c7d32 100644 --- a/crates/bevy_tasks/README.md +++ b/crates/bevy_tasks/README.md @@ -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 -```