summaryrefslogtreecommitdiff
path: root/engine/src/lib.rs
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2026-06-01 17:00:40 +0200
committerHampusM <hampus@hampusmat.com>2026-06-01 17:00:40 +0200
commit76b84cc648ff2bcb2bf2f504e4c5b36d47e72684 (patch)
treee1ace98dfb92bac779137df9be184e49905ec039 /engine/src/lib.rs
parent8d5668151c3efbb757c4421a9fe35e2c35cbd992 (diff)
refactor(engine): rename 'renderer' module to 'rendering'
Diffstat (limited to 'engine/src/lib.rs')
-rw-r--r--engine/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/src/lib.rs b/engine/src/lib.rs
index 4b06f5a..d6ca6df 100644
--- a/engine/src/lib.rs
+++ b/engine/src/lib.rs
@@ -33,7 +33,7 @@ pub mod mesh;
pub mod model;
pub mod projection;
pub mod reflection;
-pub mod renderer;
+pub mod rendering;
pub mod shader;
pub mod texture;
pub mod transform;