summaryrefslogtreecommitdiff
path: root/src/systems.rs
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-02-26 15:37:05 +0800
committer魏曹先生 <1992414357@qq.com>2026-02-26 15:37:05 +0800
commit9420a530e371747cd6df79a5f3bbbf814effe949 (patch)
tree029039bc4cba61e421d62ccecfae565ab3ed9b5d /src/systems.rs
parent981d244df444d3dcf48dee558109231da7e6a61b (diff)
Add verbose logging support with env_logger
Diffstat (limited to 'src/systems.rs')
-rw-r--r--src/systems.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/systems.rs b/src/systems.rs
index 7f77ca5..2ca53be 100644
--- a/src/systems.rs
+++ b/src/systems.rs
@@ -1,2 +1,3 @@
pub mod cmd;
+pub mod debug;
pub mod render;