diff options
| author | LLLL Colonq <llll@colonq> | 2025-11-06 23:50:33 -0500 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2025-11-06 23:50:33 -0500 |
| commit | e8bf4d7dde7d4f450458deb0612eb3bc14994901 (patch) | |
| tree | 5ce52d534aff87bcbdb017fd62c6695597c01515 /crates/renderer/src/main.rs | |
| parent | 0e8b1dded85602aa2dc15f27c3c89800e4c3402b (diff) | |
Update
Diffstat (limited to 'crates/renderer/src/main.rs')
| -rw-r--r-- | crates/renderer/src/main.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/renderer/src/main.rs b/crates/renderer/src/main.rs index 35111f2..ae8cc03 100644 --- a/crates/renderer/src/main.rs +++ b/crates/renderer/src/main.rs @@ -30,7 +30,6 @@ pub fn main() -> Erm<()> { Box::new(overlay::automata::Overlay::new(ctx)), 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)), |
