summaryrefslogtreecommitdiff
path: root/engine/src/lib.rs
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2026-08-13 16:37:50 +0200
committerHampusM <hampus@hampusmat.com>2026-08-13 16:37:50 +0200
commitf92e6a27adbff100661ad252f655e7debd2babe8 (patch)
tree352107c5323607ee0a91291e80faa6698faa944b /engine/src/lib.rs
parent9a9b5d4a5cc35834e929e275d7c33ebfc582d069 (diff)
feat(engine): add sky box support
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 f8b91a1..36affff 100644
--- a/engine/src/lib.rs
+++ b/engine/src/lib.rs
@@ -26,6 +26,7 @@ pub mod projection;
pub mod reflection;
pub mod rendering;
pub mod scene;
+pub mod sky_box;
pub mod texture;
pub mod transform;
pub mod ui;