Skip to content

Commit

Permalink
Merge pull request #280 from janhohenheim/multi-threading
Browse files Browse the repository at this point in the history
Fix missing multithreading in Bevy

Former-commit-id: efe09a1
  • Loading branch information
janhohenheim authored Jan 22, 2024
2 parents 021ec09 + 6298b7f commit e829de5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@ features = [
"tonemapping_luts",
"serialize",
"dynamic_linking",
"file_watcher"
"file_watcher",
"multi-threaded",
]

[build-dependencies]
Expand Down

0 comments on commit e829de5

Please sign in to comment.