mirror of
https://github.com/bevyengine/bevy
synced 2024-11-26 06:30:19 +00:00
8b3553002d
Reworked parallel executor to not block
18 lines
No EOL
417 B
TOML
18 lines
No EOL
417 B
TOML
[package]
|
|
name = "bevy_tasks"
|
|
version = "0.1.3"
|
|
authors = [
|
|
"Bevy Contributors <bevyengine@gmail.com>",
|
|
"Lachlan Sneff <lachlan.sneff@gmail.com>",
|
|
"Philip Degarmo <aclysma@gmail.com>"
|
|
]
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
multitask = "0.2"
|
|
num_cpus = "1"
|
|
parking = "1"
|
|
pollster = "0.2"
|
|
event-listener = "2.4.0" |