features(libtlg-rs): Add tlg5 encode support

This commit is contained in:
2025-08-14 16:12:30 +08:00
parent 92b063e8bf
commit 53a1239295
11 changed files with 508 additions and 5 deletions

4
Cargo.lock generated
View File

@@ -164,7 +164,7 @@ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
[[package]]
name = "libtlg-rs"
version = "0.1.4"
version = "0.2.0"
dependencies = [
"lazy_static",
"overf",
@@ -253,7 +253,7 @@ dependencies = [
[[package]]
name = "tlg"
version = "0.1.4"
version = "0.2.0"
dependencies = [
"clap",
"libtlg-rs",