resource: update block type code generator for Rust

This commit is contained in:
Matthias Schiffer 2023-02-07 22:09:14 +01:00
parent 6379472282
commit 718ecf5909
Signed by: neocturne
GPG key ID: 16EF3F64CB201D9C
6 changed files with 6399 additions and 12 deletions

View file

@ -11,6 +11,7 @@ default-run = "minedmap"
anyhow = "1.0.68"
bytemuck = "1.13.0"
clap = { version = "4.1.4", features = ["derive"] }
enumflags2 = "0.7.5"
fastnbt = "2.3.2"
flate2 = "1.0.25"
itertools = "0.10.5"