From 99a9b8c0bcc345f7044ab18840e78ee9263cae9b Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Thu, 23 Oct 2025 18:22:44 -0400 Subject: Add audio loopback overlay --- crates/renderer/src/main.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'crates/renderer/src/main.rs') diff --git a/crates/renderer/src/main.rs b/crates/renderer/src/main.rs index 1e16092..b6103fc 100644 --- a/crates/renderer/src/main.rs +++ b/crates/renderer/src/main.rs @@ -32,6 +32,7 @@ pub fn main() -> Erm<()> { Box::new(overlay::drawing::Overlay::new(ctx)), Box::new(overlay::irish::Overlay::new(ctx)), // Box::new(overlay::model::Overlay::new(ctx)), + Box::new(overlay::loopback::Overlay::new(ctx)), ]) })?; }, -- cgit v1.2.3