mirror of
https://github.com/IntQuant/noita_entangled_worlds.git
synced 2025-10-19 07:03:16 +00:00
WIP steam networking
This commit is contained in:
parent
7a0efd4a9c
commit
07c98b4f57
7 changed files with 614 additions and 33 deletions
|
@ -18,6 +18,9 @@ serde = { version = "1.0.199", features = ["serde_derive"] }
|
|||
bitcode = "0.6.0"
|
||||
lz4_flex = { version = "0.11.3", default_features = false, features = ["std"]}
|
||||
rand = "0.8.5"
|
||||
steamworks = "0.11.0"
|
||||
crossbeam = { version = "0.8.4", features = ["crossbeam-channel"] }
|
||||
clipboard = "0.5.0"
|
||||
|
||||
[profile.dev]
|
||||
opt-level = 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue