diff options
| author | LLLL Colonq <llll@colonq> | 2026-06-04 18:49:58 -0400 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2026-06-04 18:50:57 -0400 |
| commit | 2a8b8e6392d87247a5e7b73773daeece98fa0a73 (patch) | |
| tree | 60ba094d9e3d47c9695af32aa4b7ce9f9a8695c3 /crates/renderer/src/main.rs | |
| parent | 5bdcffbe94fdc3ce9a12b3ae61e7bff3bcb2f17a (diff) | |
Update
Diffstat (limited to 'crates/renderer/src/main.rs')
| -rw-r--r-- | crates/renderer/src/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
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)), ]) |
