refactor: platform trait, platform-specific code handling into platform module

This commit is contained in:
2025-08-11 10:49:58 -05:00
parent 14cebe4462
commit f6e7228f75
8 changed files with 206 additions and 127 deletions

View File

@@ -4,9 +4,9 @@ pub mod app;
pub mod asset;
pub mod audio;
pub mod constants;
pub mod emscripten;
pub mod entity;
pub mod game;
pub mod helpers;
pub mod map;
pub mod platform;
pub mod texture;