Add support for Yu-Ris YSTL(file list) file (.ybn)

This commit is contained in:
2026-06-01 13:10:58 +08:00
parent 807c53511d
commit 06936c821a
7 changed files with 570 additions and 1 deletions

View File

@@ -18,6 +18,7 @@ byteorder = { version = "1.5", default-features = false, optional = true}
bytes = { version = "1.11", optional = true }
cbc = { version = "0.2", optional = true }
chacha20 = { version = "0.10", optional = true }
chrono = { version = "0.4", optional = true, features = ["serde"] }
clap = { version = "4.5", features = ["derive"] }
crc32fast = { version = "1.5", optional = true }
crossbeam = { version = "0.8", optional = true }
@@ -118,7 +119,7 @@ will-plus = ["utils-str"]
will-plus-img = ["will-plus", "image"]
yaneurao = []
yaneurao-itufuru = ["yaneurao", "utils-xored-stream"]
yuris = ["dep:hex", "utils-serde-base64bytes", "utils-xored-stream"]
yuris = ["dep:chrono", "dep:hex", "utils-serde-base64bytes", "utils-xored-stream"]
yuris-img = ["yuris", "image", "qoi", "webp"]
# basic feature
image = ["dep:png"]