mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-06-08 05:48:46 +08:00
Add new dat script
This commit is contained in:
@@ -92,6 +92,8 @@ lazy_static::lazy_static! {
|
||||
Box::new(circus::audio::pcm::PcmBuilder::new()),
|
||||
#[cfg(feature = "ex-hibit")]
|
||||
Box::new(ex_hibit::rld::RldScriptBuilder::new()),
|
||||
#[cfg(feature = "circus-arc")]
|
||||
Box::new(circus::archive::dat::DatArchiveBuilder::new()),
|
||||
];
|
||||
pub static ref ALL_EXTS: Vec<String> =
|
||||
BUILDER.iter().flat_map(|b| b.extensions()).map(|s| s.to_string()).collect();
|
||||
|
||||
Reference in New Issue
Block a user