We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b49296 commit f9e0513Copy full SHA for f9e0513
crates/bevy_tasks/Cargo.toml
@@ -72,7 +72,6 @@ crossbeam-queue = { version = "0.3", default-features = false, features = [
72
[target.'cfg(target_arch = "wasm32")'.dependencies]
73
wasm-bindgen-futures = { version = "0.4", optional = true }
74
pin-project = { version = "1", optional = true }
75
-async-channel = { version = "2.5.0", optional = true }
76
77
[target.'cfg(not(all(target_has_atomic = "8", target_has_atomic = "16", target_has_atomic = "32", target_has_atomic = "64", target_has_atomic = "ptr")))'.dependencies]
78
async-task = { version = "4.4.0", default-features = false, features = [
0 commit comments