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

View file

@ -4,3 +4,12 @@ version = "0.1.0"
edition = "2024"
[dependencies]
bevy = "0.17"
rand = "0.9.1"
# rusqlite = "0.37.0"
statrs = "0.18.0"
orthros_network = {path = "../orthros-network"}
bevy_matchbox = {version = "0.13", features= ["signaling"]}
serde = { version = "1.0", features = ["derive"] }
rmp-serde = "1.3.0"