mirror of
https://github.com/neocturne/MinedMap.git
synced 2025-07-01 13:29:06 +02:00
Introduce ChunkArray type
A generic array for per-chunk data, indexed by ChunkCoords.
This commit is contained in:
parent
48e03aa266
commit
28b22ce423
4 changed files with 71 additions and 26 deletions
|
@ -12,4 +12,5 @@ anyhow = "1.0.68"
|
|||
clap = { version = "4.1.4", features = ["derive"] }
|
||||
fastnbt = "2.3.2"
|
||||
flate2 = "1.0.25"
|
||||
itertools = "0.10.5"
|
||||
serde = "1.0.152"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue