Update nod for TGC disc support

This commit is contained in:
Luke Street 2024-09-04 20:09:56 -06:00
parent d9817f63d5
commit c403931f0f
3 changed files with 11 additions and 7 deletions

13
Cargo.lock generated
View File

@ -292,9 +292,9 @@ dependencies = [
[[package]]
name = "crc32fast"
version = "1.4.0"
version = "1.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b3855a8a784b474f333699ef2bbca9db2c4a1f6d9088a90a2d25b1eb53111eaa"
checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
dependencies = [
"cfg-if",
]
@ -367,7 +367,7 @@ checksum = "c2e06f9bce634a3c898eb1e5cb949ff63133cbb218af93cc9b38b31d6f3ea285"
[[package]]
name = "decomp-toolkit"
version = "0.9.4"
version = "0.9.5"
dependencies = [
"anyhow",
"ar",
@ -819,7 +819,8 @@ dependencies = [
[[package]]
name = "nod"
version = "1.2.0"
source = "git+https://github.com/encounter/nod-rs?rev=03b83484cb17f94408fa0ef8e50d94951464d1b2#03b83484cb17f94408fa0ef8e50d94951464d1b2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b03dca97c868300cc78d2b429d280a9cc9ce15aee36db9b127a5d4cc30023408"
dependencies = [
"adler",
"aes",
@ -843,7 +844,8 @@ dependencies = [
[[package]]
name = "nodtool"
version = "1.2.0"
source = "git+https://github.com/encounter/nod-rs?rev=03b83484cb17f94408fa0ef8e50d94951464d1b2#03b83484cb17f94408fa0ef8e50d94951464d1b2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7e8a1d2c0bf25cc6af681b585090f5630c2822ea00a8f7644f2c6372eec4769d"
dependencies = [
"argp",
"base16ct",
@ -866,6 +868,7 @@ dependencies = [
"tracing-subscriber",
"xxhash-rust",
"zerocopy",
"zstd",
]
[[package]]

View File

@ -3,7 +3,7 @@ name = "decomp-toolkit"
description = "Yet another GameCube/Wii decompilation toolkit."
authors = ["Luke Street <luke@street.dev>"]
license = "MIT OR Apache-2.0"
version = "0.9.4"
version = "0.9.5"
edition = "2021"
publish = false
repository = "https://github.com/encounter/decomp-toolkit"
@ -45,7 +45,7 @@ memchr = "2.7.2"
memmap2 = "0.9.4"
multimap = "0.10.0"
nintendo-lz = "0.1.3"
nodtool = { git = "https://github.com/encounter/nod-rs", rev = "03b83484cb17f94408fa0ef8e50d94951464d1b2" }
nodtool = "1.2.0"
#nodtool = { path = "../nod-rs/nodtool" }
num_enum = "0.7.2"
objdiff-core = { git = "https://github.com/encounter/objdiff", rev = "a5a6a3928e392d5af5d92826e73b77e074b8788c", features = ["ppc"] }

View File

@ -189,6 +189,7 @@ Supported disc image formats:
- CISO (+ NKit 2 lossless)
- NFS (Wii U VC)
- GCZ
- TGC
```shell
$ dtk disc info /path/to/game.iso