Add pack support for bgi arc v2

This commit is contained in:
2025-07-04 15:16:52 +08:00
parent 99c0d657fc
commit 8d0c8cfc39
4 changed files with 206 additions and 0 deletions

View File

@@ -1411,6 +1411,8 @@ fn main() {
kirikiri_message_commands: std::sync::Arc::new(std::collections::HashSet::from_iter(
arg.kirikiri_message_commands.iter().cloned(),
)),
#[cfg(feature = "bgi-arc")]
bgi_compress_file: arg.bgi_compress_file,
};
match &arg.command {
args::Command::Export { input, output } => {