mirror of
https://github.com/neocturne/MinedMap.git
synced 2025-07-01 21:39:07 +02:00
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:
parent
429b7888f6
commit
757f6ff166
5 changed files with 143 additions and 2 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue