diff options
| author | LLLL Colonq <llll@colonq> | 2025-11-06 18:01:09 -0500 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2025-11-06 18:01:09 -0500 |
| commit | 0e8b1dded85602aa2dc15f27c3c89800e4c3402b (patch) | |
| tree | c54f665b7dca44972a243d3f70b80d1de39b926b /crates/renderer/src/main.rs | |
| parent | aff8a500d2807187cdb6c3fa3d58206fad5dd9a1 (diff) | |
Update
Diffstat (limited to 'crates/renderer/src/main.rs')
| -rw-r--r-- | crates/renderer/src/main.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/crates/renderer/src/main.rs b/crates/renderer/src/main.rs index b6103fc..35111f2 100644 --- a/crates/renderer/src/main.rs +++ b/crates/renderer/src/main.rs @@ -31,8 +31,9 @@ pub fn main() -> Erm<()> { Box::new(overlay::shader::Overlay::new(ctx)), Box::new(overlay::drawing::Overlay::new(ctx)), Box::new(overlay::irish::Overlay::new(ctx)), + Box::new(overlay::tcg::Overlay::new(ctx)), // Box::new(overlay::model::Overlay::new(ctx)), - Box::new(overlay::loopback::Overlay::new(ctx)), + // Box::new(overlay::loopback::Overlay::new(ctx)), ]) })?; }, |
