summaryrefslogtreecommitdiff
path: root/src/systems/cmd.rs
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-01-23 04:49:34 +0800
committer魏曹先生 <1992414357@qq.com>2026-01-23 04:49:34 +0800
commit626536ce51975b051fea087620bc1eb7f6bc69d3 (patch)
treeb24916b22012d9b8b3b09366bca9911781e6d596 /src/systems/cmd.rs
parentf607f6ac3b98d00370f613e674da7beb4c61ce58 (diff)
Reorganize project structure into systems and assets
Diffstat (limited to 'src/systems/cmd.rs')
-rw-r--r--src/systems/cmd.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/systems/cmd.rs b/src/systems/cmd.rs
new file mode 100644
index 0000000..8983892
--- /dev/null
+++ b/src/systems/cmd.rs
@@ -0,0 +1,5 @@
+pub mod _registry;
+pub mod cmd_system;
+pub mod errors;
+pub mod processer;
+pub mod renderer;