Rework networking interface
All checks were successful
CI / Formatting (push) Successful in 1m6s

Add Bevy event queues for inbound and outbound packets, and use Bevy change detection for consumer new Peer handling.
This commit is contained in:
Michael Bradley 2025-07-05 15:01:33 -04:00
parent cceca83dac
commit c10f6cfb82
Signed by: MichaelBradley
SSH key fingerprint: SHA256:o/aaeYtRubILK7OYYjYP12DmU7BsPUhKji1AgaQ+ge4
9 changed files with 348 additions and 72 deletions

View file

@ -42,6 +42,7 @@ rand = { version = "0.9.1", default-features = false, features = [
"std",
"thread_rng",
] }
uuid = { version = "1.17.0", features = ["v4"] }
wyrand = "0.3.2"
[features]