features(libtlg-rs): Add tlg6 decode support

This commit is contained in:
2025-07-28 13:50:42 +08:00
parent e06acfbcee
commit b586a33fda
6 changed files with 664 additions and 6 deletions

11
Cargo.lock generated
View File

@@ -156,10 +156,17 @@ version = "1.70.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
[[package]]
name = "lazy_static"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
[[package]]
name = "libtlg-rs"
version = "0.1.1"
version = "0.1.2"
dependencies = [
"lazy_static",
"overf",
]
@@ -246,7 +253,7 @@ dependencies = [
[[package]]
name = "tlg"
version = "0.1.1"
version = "0.1.2"
dependencies = [
"clap",
"libtlg-rs",