Typstify /tictactoe endpoint
This commit is contained in:
parent
d32be913fd
commit
8bece23baf
8 changed files with 64 additions and 84 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue