Add Bevy event queues for inbound and outbound packets, and use Bevy change detection for consumer new Peer handling.
This commit is contained in:
parent
cceca83dac
commit
c10f6cfb82
9 changed files with 348 additions and 72 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue