Typstify /cells endpoint
This commit is contained in:
parent
6bb431cf8f
commit
ca4e807c9f
9 changed files with 133 additions and 120 deletions
|
|
@ -1,6 +1,5 @@
|
|||
mod backlog;
|
||||
mod calendar;
|
||||
mod cells;
|
||||
mod chat_message;
|
||||
mod new_typst;
|
||||
mod photo;
|
||||
|
|
@ -13,9 +12,9 @@ use tokio::sync::mpsc;
|
|||
use crate::persistent_printer::PersistentPrinter;
|
||||
|
||||
pub use self::{
|
||||
backlog::BacklogDrawing, calendar::CalendarDrawing, cells::CellsDrawing,
|
||||
chat_message::ChatMessageDrawing, new_typst::NewTypstDrawing, photo::PhotoDrawing,
|
||||
tictactoe::TicTacToeDrawing, typst::TypstDrawing,
|
||||
backlog::BacklogDrawing, calendar::CalendarDrawing, chat_message::ChatMessageDrawing,
|
||||
new_typst::NewTypstDrawing, photo::PhotoDrawing, tictactoe::TicTacToeDrawing,
|
||||
typst::TypstDrawing,
|
||||
};
|
||||
|
||||
pub const FEED: f32 = 96.0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue