From 2a8b8e6392d87247a5e7b73773daeece98fa0a73 Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Thu, 4 Jun 2026 18:49:58 -0400 Subject: Update --- 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 6f951ac..cd5c1b0 100644 --- a/crates/renderer/src/main.rs +++ b/crates/renderer/src/main.rs @@ -44,6 +44,7 @@ pub fn main() -> Erm<()> { Box::new(overlay::clippy::Overlay::new(ctx)), Box::new(overlay::combo::Overlay::new(ctx)), Box::new(overlay::drawing::Overlay::new(ctx)), + Box::new(overlay::asset::Overlay::new(ctx)), // Box::new(overlay::model::Overlay::new(ctx)), // Box::new(overlay::loopback::Overlay::new(ctx)), ]) -- cgit v1.2.3