refactor: rename 'ecs' submodule to 'systems'

This commit is contained in:
2025-08-15 09:27:28 -05:00
parent 3388d77ec5
commit 2c65048fb0
10 changed files with 13 additions and 13 deletions

View File

@@ -10,7 +10,6 @@ mod asset;
mod audio;
mod constants;
mod ecs;
mod entity;
mod error;
mod game;
@@ -18,6 +17,7 @@ mod helpers;
mod input;
mod map;
mod platform;
mod systems;
mod texture;
/// The main entry point of the application.