minedmap: write info.json file with tilemap metadata

With this change, the new minedmap implementation can generate all
necessary data for the frontend to work.
This commit is contained in:
Matthias Schiffer 2023-07-02 23:09:14 +02:00
parent 429b7888f6
commit 757f6ff166
Signed by: neocturne
GPG key ID: 16EF3F64CB201D9C
5 changed files with 143 additions and 2 deletions

View file

@ -20,6 +20,7 @@ image = { version = "0.24.5", default-features = false, features = ["png"] }
itertools = "0.11.0"
num-integer = "0.1.45"
serde = "1.0.152"
serde_json = "1.0.99"
zstd = "0.12.3"
[features]