Add silky engine mes support

This commit is contained in:
2025-09-05 20:35:54 +08:00
parent 4f862fd2a7
commit 900678f89a
8 changed files with 1000 additions and 1 deletions

View File

@@ -20,6 +20,8 @@ pub mod ex_hibit;
pub mod hexen_haus;
#[cfg(feature = "kirikiri")]
pub mod kirikiri;
#[cfg(feature = "silky")]
pub mod silky;
#[cfg(feature = "softpal")]
pub mod softpal;
#[cfg(feature = "will-plus")]
@@ -118,6 +120,8 @@ lazy_static::lazy_static! {
Box::new(kirikiri::tjs_ns0::TjsNs0Builder::new()),
#[cfg(feature = "kirikiri")]
Box::new(kirikiri::tjs2::Tjs2Builder::new()),
#[cfg(feature = "silky")]
Box::new(silky::mes::MesBuilder::new()),
];
/// A list of all script extensions.
pub static ref ALL_EXTS: Vec<String> =