Skip to content

Commit

Permalink
Update hello_host.rs
Browse files Browse the repository at this point in the history
Added a reference in the example's comment header to advise updating the local Cargo.toml to enable the necessary features for seamless integration with the example logic.
  • Loading branch information
CodyTheDoer authored Nov 20, 2024
1 parent 545f609 commit 51faa1b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bevy_matchbox/examples/hello_host.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
//! Runs both signaling with server/client topology and runs the host in the same process
//! Note: When building a signaling server ensure your cargo has been updated,
//! Enable the `signaling` feature in the `bevy_matchbox` dependency:
//! bevy_matchbox = { version = "0.n", features = ["signaling"] }
//!
//! Sends messages periodically to all connected clients.
Expand Down

0 comments on commit 51faa1b

Please sign in to comment.