From e8bf4d7dde7d4f450458deb0612eb3bc14994901 Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Thu, 6 Nov 2025 23:50:33 -0500 Subject: Update --- crates/renderer/src/main.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'crates/renderer/src/main.rs') 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)), -- cgit v1.2.3