mirror of
https://github.com/neocturne/MinedMap.git
synced 2025-07-01 13:29:06 +02:00
io/region: use ChunkArray to parse region header
A layout of a ChunkArray::<u32> matches the binary format of the region header.
This commit is contained in:
parent
28b22ce423
commit
daa188eb1d
3 changed files with 15 additions and 9 deletions
|
@ -9,6 +9,7 @@ default-run = "minedmap"
|
|||
|
||||
[dependencies]
|
||||
anyhow = "1.0.68"
|
||||
bytemuck = "1.13.0"
|
||||
clap = { version = "4.1.4", features = ["derive"] }
|
||||
fastnbt = "2.3.2"
|
||||
flate2 = "1.0.25"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue