diff options
| author | LLLL Colonq <llll@colonq> | 2025-08-22 14:24:21 -0400 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2025-08-22 14:24:21 -0400 |
| commit | 4db7ffbaafda249ecafa720e52479d5c7b132edb (patch) | |
| tree | 7ef5c7b60e181f7f442b5d0bde5d73d23e76f5cf /crates/renderer/src/main.rs | |
| parent | a196b0cd8669d50ca26f8865dcccb6f556b98cd9 (diff) | |
Update automata
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 fa35852..854eae2 100644 --- a/crates/renderer/src/main.rs +++ b/crates/renderer/src/main.rs @@ -30,6 +30,7 @@ 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::model::Overlay::new(ctx)), ]) })?; }, |
