summaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-01-27 06:16:58 +0800
committer魏曹先生 <1992414357@qq.com>2026-01-27 06:16:58 +0800
commit2abc5acd25756f3ef6a6ad34f8777ffe241e750d (patch)
treeb312764324b4da037d5b3c46957a77dcd19502f3 /src/lib.rs
parent4eef9ce364bb660421a96052a3fb126a33b22c63 (diff)
Reorganize command modules under a unified cmds directory
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/lib.rs b/src/lib.rs
index d4832f5..74b68f1 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -11,16 +11,5 @@ pub mod legacy_json_output;
/// Systems
pub mod systems;
-// --- ASSETS ---
-
/// Commands
pub mod cmds;
-
-/// Command Data
-pub mod args;
-pub mod collects;
-pub mod inputs;
-pub mod outputs;
-
-/// Result Renderers
-pub mod renderers;