summaryrefslogtreecommitdiff
path: root/src/content/mod.rs
diff options
context:
space:
mode:
authorKai Stevenson <kai@kaistevenson.com>2026-08-23 00:38:32 -0700
committerKai Stevenson <kai@kaistevenson.com>2026-08-23 00:38:32 -0700
commit350c74bc8ef61833be11bbb2bab6747245e3ae0d (patch)
treeb9286d694eaedaef93cf36434a5c80e6aa9e8dce /src/content/mod.rs
parenta0ff76837ca7ed6bd90cedcfee3832c1d9ad2287 (diff)
refactor out content
Diffstat (limited to 'src/content/mod.rs')
-rw-r--r--src/content/mod.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/content/mod.rs b/src/content/mod.rs
new file mode 100644
index 0000000..2044048
--- /dev/null
+++ b/src/content/mod.rs
@@ -0,0 +1,2 @@
+pub mod entities;
+pub mod materials;