Skip to content

Commit

Permalink
concurrent-queue
Browse files Browse the repository at this point in the history
  • Loading branch information
bushrat011899 committed Sep 25, 2024
1 parent 18481e9 commit 5312ab9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/bevy_tasks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ std = [
"slab/std",
"fastrand/std",
"spin/std",
"concurrent-queue/std",
]

[dependencies]
Expand All @@ -32,7 +33,7 @@ spin = { version = "0.9.8", default-features = false, features = [
"rwlock",
"once",
] }
concurrent-queue = { version = "2.0.0" }
concurrent-queue = { version = "2.0.0", default-features = false }

bevy_utils = { path = "../bevy_utils", version = "0.15.0-dev", default-features = false }

Expand Down

0 comments on commit 5312ab9

Please sign in to comment.