diff options
Diffstat (limited to 'engine/src/lib.rs')
-rw-r--r-- | engine/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/src/lib.rs b/engine/src/lib.rs index f83d85b..b3f4aa1 100644 --- a/engine/src/lib.rs +++ b/engine/src/lib.rs @@ -18,7 +18,6 @@ use crate::event::{ }; mod opengl; -mod projection; mod shader_preprocessor; pub mod camera; @@ -30,6 +29,7 @@ pub mod lighting; pub mod material; pub mod math; pub mod mesh; +pub mod projection; pub mod renderer; pub mod shader; pub mod texture; |