diff options
| author | LLLL Colonq <llll@colonq> | 2025-09-16 01:36:57 -0400 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2025-09-16 01:36:57 -0400 |
| commit | 4ae21efc81f39ca805cefe5c1af722857f22f255 (patch) | |
| tree | d877c34b806c61e9480f1c209fd104fffee43988 /crates/renderer/src/main.rs | |
| parent | 4db7ffbaafda249ecafa720e52479d5c7b132edb (diff) | |
Add poster maker
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 854eae2..1e16092 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::irish::Overlay::new(ctx)), // Box::new(overlay::model::Overlay::new(ctx)), ]) })?; |
