finished initial networking impl

Signed-off-by: Sienna Meridian Satterwhite <sienna@r3t.io>
This commit is contained in:
2025-11-16 16:34:55 +00:00
parent 888e5d303c
commit 579b6bcabc
28 changed files with 7117 additions and 13 deletions

View File

@@ -18,6 +18,7 @@ tracing.workspace = true
bevy.workspace = true
bincode = "1.3"
futures-lite = "2.0"
sha2 = "0.10"
[dev-dependencies]
tokio.workspace = true