mirror of
https://github.com/Noratrieb/game-wip-dontplay.git
synced 2026-01-16 20:35:02 +01:00
First phase of serialization
This commit is contained in:
parent
aed3e86a17
commit
6896698883
7 changed files with 152 additions and 15 deletions
|
|
@ -21,9 +21,12 @@ rmp-serde = "1.1.1"
|
|||
serde = { version = "1.0.159", features = ["derive"] }
|
||||
log = "0.4.17"
|
||||
env_logger = "0.10.0"
|
||||
zstd = "0.12.3"
|
||||
|
||||
[dependencies.s2dc]
|
||||
git = "https://github.com/crumblingstatue/s2dc.git"
|
||||
#git = "https://github.com/crumblingstatue/s2dc.git"
|
||||
path = "/home/dew/projects/github/s2dc"
|
||||
features = ["serde"]
|
||||
|
||||
[dependencies.sfml-xt]
|
||||
git = "https://github.com/crumblingstatue/sfml-xt.git"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue