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/overlay.rs | |
| parent | 4db7ffbaafda249ecafa720e52479d5c7b132edb (diff) | |
Add poster maker
Diffstat (limited to 'crates/renderer/src/overlay.rs')
| -rw-r--r-- | crates/renderer/src/overlay.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/crates/renderer/src/overlay.rs b/crates/renderer/src/overlay.rs index accf3bb..9d1f722 100644 --- a/crates/renderer/src/overlay.rs +++ b/crates/renderer/src/overlay.rs @@ -2,6 +2,7 @@ pub mod model; pub mod shader; pub mod drawing; pub mod automata; +pub mod irish; use teleia::*; @@ -71,6 +72,9 @@ impl State { sexp!((avatar overlay cursor)), sexp!((avatar overlay emacs)), sexp!((avatar automata spawn)), + sexp!((overlay irish start)), + sexp!((overlay irish update)), + sexp!((overlay irish save)), ]), fig_binary: fig::BinaryClient::new("shiro:32051", false, &[ b"background frame" |
