Ported wad convert command from WiiPy

This commit is contained in:
2025-04-02 19:51:19 -04:00
parent 97fe838b8c
commit 3fd701cac6
7 changed files with 169 additions and 18 deletions

7
Cargo.lock generated
View File

@@ -72,6 +72,12 @@ dependencies = [
"windows-sys",
]
[[package]]
name = "anyhow"
version = "1.0.97"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dcfed56ad506cb2c684a14971b8861fdc3baaaae314b9e5f9bb532cbe3ba7a4f"
[[package]]
name = "autocfg"
version = "1.4.0"
@@ -502,6 +508,7 @@ name = "rustii"
version = "0.1.0"
dependencies = [
"aes",
"anyhow",
"byteorder",
"cbc",
"clap",