diff options
author | HampusM <hampus@hampusmat.com> | 2024-10-13 21:57:35 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2024-10-13 21:57:35 +0200 |
commit | 5e232a891c45d84d89f814eee84faeb12df0f052 (patch) | |
tree | 31db2efa2febc663cfcfe024edee6a4682a0cca3 /engine/src/lib.rs | |
parent | 04ea6ebc3f0f0f5277b402fab1557da617e273ea (diff) |
feat(engine): add extension logging frame time
Diffstat (limited to 'engine/src/lib.rs')
-rw-r--r-- | engine/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engine/src/lib.rs b/engine/src/lib.rs index c87f7f7..36e9285 100644 --- a/engine/src/lib.rs +++ b/engine/src/lib.rs @@ -34,6 +34,7 @@ pub mod lighting; pub mod material; pub mod math; pub mod mesh; +pub mod performance; pub mod projection; pub mod renderer; pub mod shader; |