mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-06-21 19:34:26 +08:00
Add support to extract messages from cstl script
This commit is contained in:
@@ -82,6 +82,8 @@ lazy_static::lazy_static! {
|
||||
Box::new(hexen_haus::bin::BinScriptBuilder::new()),
|
||||
#[cfg(feature = "circus-img")]
|
||||
Box::new(circus::image::crx::CrxImageBuilder::new()),
|
||||
#[cfg(feature = "cat-system")]
|
||||
Box::new(cat_system::cstl::CstlScriptBuilder::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