mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-07-08 01:31:53 +08:00
Add support for Yu-Ris YSTL(file list) file (.ybn)
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user