mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
e7c3359c4b
Fixes #12016. Bump version after release This PR has been auto-generated Co-authored-by: Bevy Auto Releaser <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: François <mockersf@gmail.com>
29 lines
631 B
TOML
29 lines
631 B
TOML
[package]
|
|
name = "bevy_tasks"
|
|
version = "0.14.0-dev"
|
|
edition = "2021"
|
|
description = "A task executor for Bevy Engine"
|
|
homepage = "https://bevyengine.org"
|
|
repository = "https://github.com/bevyengine/bevy"
|
|
license = "MIT OR Apache-2.0"
|
|
keywords = ["bevy"]
|
|
|
|
[features]
|
|
multi-threaded = []
|
|
|
|
[dependencies]
|
|
futures-lite = "2.0.1"
|
|
async-executor = "1.7.2"
|
|
async-channel = "2.2.0"
|
|
async-io = { version = "2.0.0", optional = true }
|
|
async-task = "4.2.0"
|
|
concurrent-queue = "2.0.0"
|
|
|
|
[target.'cfg(target_arch = "wasm32")'.dependencies]
|
|
wasm-bindgen-futures = "0.4"
|
|
|
|
[dev-dependencies]
|
|
web-time = { version = "0.2" }
|
|
|
|
[lints]
|
|
workspace = true
|