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.
wasm32v1-none
1 parent 166e913 commit a8a5fdaCopy full SHA for a8a5fda
crates/bevy_tasks/Cargo.toml
@@ -55,7 +55,7 @@ crossbeam-queue = { version = "0.3", default-features = false, features = [
55
56
[target.'cfg(target_arch = "wasm32")'.dependencies]
57
pin-project = "1"
58
-async-channel = "2.3.0"
+async-channel = { version = "2.3.0", default-features = false }
59
60
[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]
61
async-task = { version = "4.4.0", default-features = false, features = [
0 commit comments