Create tcp server

This commit is contained in:
2024-12-30 21:55:30 -05:00
parent 1a54c2e6fc
commit 47a05968fb
9 changed files with 355 additions and 1 deletions
+1
View File
@@ -32,6 +32,7 @@ rubato = "0.16"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
thread-priority = "1"
tokio = { version = "1", features = ["io-util", "macros", "net", "rt", "sync"] }
wgpu = "23"
winit = { version = "0.30", features = ["serde"] }