Replace old .ZZT world parser with zztff crate

This commit is contained in:
2026-04-29 16:07:57 -07:00
parent d699340ec8
commit 452fad3302
8 changed files with 191 additions and 587 deletions
+1 -2
View File
@@ -12,9 +12,8 @@ repository = "https://github.com/cmounce/marzipan"
[dependencies]
anyhow = "1.0.86"
codepage-437 = "0.1.0"
mzp-peg-macro = { path = "./mzp_peg_macro", version = "0.1.0" }
nom = "8.0.0"
zztff = "0.3"
compact_str = "0.9.0"
rustc-hash = "2.1.1"
lexopt = "0.3.1"