mirror of https://github.com/zyllian/classics.git synced 2025-05-13 17:20:54 -07:00

save player location on save/leave

This commit is contained in:
zyl 2024-09-09 16:30:31 -07:00
parent 6b72840495
commit b146afa72e
Signed by: zyl
SSH key fingerprint: SHA256:uxxbSXbdroP/OnKBGnEDk5q7EKB2razvstC/KmzdXXs
6 changed files with 94 additions and 45 deletions

View file

@ -8,7 +8,7 @@ bincode = "2.0.0-rc.3"
bitmask-enum = "2"
bytes = "1"
flate2 = "1"
half = "2"
half = {version = "2", features = ["serde"]}
internment = {version = "0.8", features = ["serde"]}
nanoid = "0.4"
optional_struct = "0.4"
@ -17,6 +17,6 @@ rand = "0.8"
safer-bytes = "0.2"
serde = {version = "1", features = ["derive"]}
serde_json = "1"
strum = { version = "0.26", features = ["derive"] }
strum = {version = "0.26", features = ["derive"]}
thiserror = "1"
tokio = {version = "1", features = ["full"]}