build: move the int/stream type mapping into a simdata module shared by the build script

This commit is contained in:
2025-12-24 09:59:12 +01:00
parent 2630c97609
commit 83e4614d10
5 changed files with 54 additions and 22 deletions

View File

@@ -8,6 +8,7 @@ pub mod animation;
pub mod idle;
pub mod logging;
pub mod graphics;
pub mod simdata;
extern crate alloc;