Skip to content

Commit

Permalink
Add missing dependency for bevy_matchbox signaling feature
Browse files Browse the repository at this point in the history
  • Loading branch information
johanhelsing authored and bushrat011899 committed Nov 9, 2023
1 parent 2672936 commit 58748bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bevy_matchbox/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ readme = "../README.md"

[features]
ggrs = ["matchbox_socket/ggrs"]
signaling = ["dep:matchbox_signaling", "dep:async-compat"]
signaling = ["dep:matchbox_signaling", "dep:async-compat", "bevy/multi-threaded"]

[dependencies]
bevy = { version = "0.12", default-features = false }
Expand Down

0 comments on commit 58748bc

Please sign in to comment.