mirror of
https://github.com/bevyengine/bevy
synced 2024-11-22 12:43:34 +00:00
a3012d94bb
wasm assets
20 lines
523 B
TOML
20 lines
523 B
TOML
[package]
|
|
name = "bevy_tasks"
|
|
version = "0.2.1"
|
|
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]
|
|
futures-lite = "1.4.0"
|
|
event-listener = "2.4.0"
|
|
async-executor = "1.3.0"
|
|
async-channel = "1.4.2"
|
|
num_cpus = "1"
|
|
[target.'cfg(target_arch = "wasm32")'.dependencies]
|
|
wasm-bindgen-futures = "0.4"
|