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:
parent
6b72840495
commit
b146afa72e
6 changed files with 94 additions and 45 deletions
|
@ -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"]}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue