feat: workerize external generation

This commit is contained in:
2026-06-05 17:29:08 +08:00
parent 5150925947
commit 8d54ea3374
60 changed files with 5285 additions and 700 deletions

View File

@@ -30,6 +30,7 @@ mod big_fish;
mod custom_world;
mod domain_types;
mod entry;
mod external_generation;
mod gameplay;
mod jump_hop;
mod match3d;
@@ -49,6 +50,7 @@ pub use big_fish::*;
pub use custom_world::*;
pub use domain_types::*;
pub use entry::*;
pub use external_generation::*;
pub use gameplay::*;
pub use jump_hop::*;
pub use match3d::*;