Network networking

This commit is contained in:
Iaphetes 2025-11-02 15:21:24 +01:00
parent c9a7e071cd
commit eafc7cfced
14 changed files with 334 additions and 36 deletions

9
Cargo.lock generated
View file

@ -4693,6 +4693,15 @@ dependencies = [
[[package]]
name = "orthros-client"
version = "0.1.0"
dependencies = [
"bevy",
"bevy_matchbox",
"orthros_network",
"rand 0.9.2",
"rmp-serde",
"serde",
"statrs",
]
[[package]]
name = "orthros-server"