Skip to content

Commit

Permalink
Add required signaling feature for bevy_matchbox examples
Browse files Browse the repository at this point in the history
  • Loading branch information
johanhelsing committed Oct 31, 2023
1 parent 1867ef5 commit 1f3b1f2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions bevy_matchbox/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,11 @@ bevy = { version = "0.11", default-features = false, features = [
# gh actions runners don't like wayland
"x11",
] }

[[example]]
name = "hello_host"
required-features = ["signaling"]

[[example]]
name = "hello_signaling"
required-features = ["signaling"]

0 comments on commit 1f3b1f2

Please sign in to comment.