worked on networking

This commit is contained in:
Iaphetes 2025-11-01 15:45:44 +01:00
parent 7df4e86afb
commit c9a7e071cd
8 changed files with 409 additions and 16 deletions

View file

@ -9,6 +9,9 @@ rand = "0.9.1"
# rusqlite = "0.37.0"
statrs = "0.18.0"
orthros_network = {path = "../orthros-network"}
bevy_matchbox = "0.13"
bevy_matchbox = {version = "0.13", features= ["signaling"]}
serde = { version = "1.0", features = ["derive"] }
rmp-serde = "1.3.0"
[[bin]]
name = "orthros-server"