mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-07-08 01:31:53 +08:00
Add kirikiri ks script extract support
This commit is contained in:
@@ -10,6 +10,7 @@ clap = { version = "4.5", features = ["derive"] }
|
||||
csv = "1.3"
|
||||
emote-psb = { version = "0.5", optional = true }
|
||||
encoding_rs = "0.8"
|
||||
fancy-regex = { version = "0.14", optional = true }
|
||||
flate2 = { version = "1.1", optional = true }
|
||||
int-enum = { version = "1.2", optional = true }
|
||||
lazy_static = "1.5.0"
|
||||
@@ -33,7 +34,7 @@ cat-system-img = ["cat-system", "flate2", "image", "utils-bit-stream"]
|
||||
circus = []
|
||||
escude = ["int-enum"]
|
||||
escude-arc = ["escude", "rand", "utils-bit-stream"]
|
||||
kirikiri = ["emote-psb", "flate2"]
|
||||
kirikiri = ["emote-psb", "fancy-regex", "flate2", "utils-escape"]
|
||||
yaneurao = []
|
||||
yaneurao-itufuru = ["yaneurao"]
|
||||
# basic feature
|
||||
@@ -41,6 +42,7 @@ image = ["png"]
|
||||
# utils feature
|
||||
utils-bit-stream = []
|
||||
utils-crc32 = []
|
||||
utils-escape = ["fancy-regex"]
|
||||
|
||||
[target.'cfg(windows)'.dependencies]
|
||||
windows-sys = { version = "0", features = ["Win32_Globalization", "Win32_System_Diagnostics_Debug"] }
|
||||
|
||||
Reference in New Issue
Block a user