diff options
author | HampusM <hampus@hampusmat.com> | 2025-05-10 13:10:46 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2025-05-10 13:42:34 +0200 |
commit | 6b2feeab0b845d05cdf76328d44b7b70a5e50c18 (patch) | |
tree | c214ad5e89a0a289d32094fb934caa6325b6cb4e /engine/src/lib.rs | |
parent | c1db67dbeaeeb447b8b4361ae6bb750785ed04bd (diff) |
refactor(engine): make GL renderer have it's own Vertex struct
Diffstat (limited to 'engine/src/lib.rs')
-rw-r--r-- | engine/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/engine/src/lib.rs b/engine/src/lib.rs index 7bf0368..c537e06 100644 --- a/engine/src/lib.rs +++ b/engine/src/lib.rs @@ -30,7 +30,6 @@ pub mod projection; pub mod renderer; pub mod texture; pub mod transform; -pub mod vertex; pub mod window; pub extern crate ecs; |