mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-06-08 22:08:47 +08:00
Add krkr xp3 archive support
This commit is contained in:
@@ -154,6 +154,8 @@ lazy_static::lazy_static! {
|
||||
Box::new(will_plus::img::wip::WillPlusWipImageBuilder::new()),
|
||||
#[cfg(feature = "artemis")]
|
||||
Box::new(artemis::txt::ArtemisTxtBuilder::new()),
|
||||
#[cfg(feature = "kirikiri-arc")]
|
||||
Box::new(kirikiri::archive::xp3::Xp3ArchiveBuilder::new()),
|
||||
];
|
||||
/// A list of all script extensions.
|
||||
pub static ref ALL_EXTS: Vec<String> =
|
||||
|
||||
Reference in New Issue
Block a user