First phase of serialization

This commit is contained in:
crumblingstatue 2023-04-09 01:31:34 +02:00
parent aed3e86a17
commit 6896698883
7 changed files with 152 additions and 15 deletions

View file

@ -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"