mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-06-10 23:18:47 +08:00
Add pack support for bgi arc v2
This commit is contained in:
@@ -219,6 +219,8 @@ pub struct ExtraConfig {
|
||||
pub kirikiri_name_commands: std::sync::Arc<std::collections::HashSet<String>>,
|
||||
#[cfg(feature = "kirikiri")]
|
||||
pub kirikiri_message_commands: std::sync::Arc<std::collections::HashSet<String>>,
|
||||
#[cfg(feature = "bgi-arc")]
|
||||
pub bgi_compress_file: bool,
|
||||
}
|
||||
|
||||
#[derive(Clone, Copy, Debug, ValueEnum, PartialEq, Eq, PartialOrd, Ord)]
|
||||
|
||||
Reference in New Issue
Block a user