fix: align code with spec

This commit is contained in:
2026-04-03 15:53:48 +02:00
parent 95c97bce33
commit 897577a369
10 changed files with 141 additions and 20 deletions

View File

@@ -3,4 +3,5 @@ pub mod engine;
pub mod model;
pub mod render;
pub mod i18n;
pub mod scripting;
pub mod util;