Network networking
This commit is contained in:
parent
c9a7e071cd
commit
eafc7cfced
14 changed files with 334 additions and 36 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue