chore: integrate multiplayer code (wip)
This commit is contained in:
parent
2838d59f30
commit
4f5e21becb
66 changed files with 6423 additions and 18 deletions
17
clients/backbone-lib/Cargo.toml
Normal file
17
clients/backbone-lib/Cargo.toml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
[package]
|
||||
name = "backbone-lib"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
postcard = { version = "1.1", features = ["use-std"] }
|
||||
bytes = "1.11"
|
||||
ewebsock = "0.8"
|
||||
protocol = { path = "../../server/protocol" }
|
||||
futures = "0.3"
|
||||
web-time = "1.1"
|
||||
|
||||
[target.'cfg(target_arch = "wasm32")'.dependencies]
|
||||
wasm-bindgen-futures = "0.4"
|
||||
gloo-timers = { version = "0.3", features = ["futures"] }
|
||||
Loading…
Add table
Add a link
Reference in a new issue