summaryrefslogtreecommitdiff
path: root/engine/src/lib.rs
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2026-08-02 18:08:42 +0200
committerHampusM <hampus@hampusmat.com>2026-08-02 18:08:42 +0200
commit5120c19887ffac15f5d26eacbf38db4376533e62 (patch)
tree1fa14fcfacf0113057fcd362b58cc2e88bc0a490 /engine/src/lib.rs
parent7b0edcfc6a07ff4d64e602f2b68d93fedc8b826d (diff)
feat(engine): add scenes
Diffstat (limited to 'engine/src/lib.rs')
-rw-r--r--engine/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/engine/src/lib.rs b/engine/src/lib.rs
index 7181543..0d9f531 100644
--- a/engine/src/lib.rs
+++ b/engine/src/lib.rs
@@ -22,6 +22,7 @@ pub mod material;
pub mod math;
pub mod mesh;
pub mod model;
+pub mod scene;
pub mod projection;
pub mod reflection;
pub mod rendering;