Typstify /tictactoe endpoint

This commit is contained in:
Joscha 2025-03-01 22:57:02 +01:00
parent d32be913fd
commit 8bece23baf
8 changed files with 64 additions and 84 deletions

View file

@ -1,7 +1,6 @@
mod backlog;
mod chat_message;
mod new_typst;
mod tictactoe;
use showbits_common::widgets::{FontStuff, HasFontStuff};
use tokio::sync::mpsc;
@ -10,11 +9,8 @@ use crate::persistent_printer::PersistentPrinter;
pub use self::{
backlog::BacklogDrawing, chat_message::ChatMessageDrawing, new_typst::NewTypstDrawing,
tictactoe::TicTacToeDrawing,
};
pub const FEED: f32 = 96.0;
#[derive(Default)]
pub struct Context {
font_stuff: FontStuff,