Skip to content

Commit 58725af

Browse files
committed
formal tasks cargo.toml
1 parent d8828e4 commit 58725af

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

crates/bevy_tasks/Cargo.toml

+6-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,12 @@ std = [
1616
"edge-executor?/std",
1717
"bevy_platform_support/std",
1818
]
19-
multi_threaded = ["std", "dep:async-channel", "dep:concurrent-queue", "dep:blocking"]
19+
multi_threaded = [
20+
"std",
21+
"dep:async-channel",
22+
"dep:concurrent-queue",
23+
"dep:blocking"
24+
]
2025
async_executor = ["std", "dep:async-executor"]
2126
edge_executor = ["dep:edge-executor"]
2227
critical-section = [

0 commit comments

Comments
 (0)