make framebuffer crate and call it

This commit is contained in:
Cooper Quintin
2024-06-07 13:30:33 -07:00
parent dfd8138e21
commit 2ab48875ba
5 changed files with 760 additions and 3 deletions

View File

@@ -31,3 +31,4 @@ tokio-stream = "0.1.14"
futures = "0.3.30"
clap = { version = "4.5.2", features = ["derive"] }
serde_json = "1.0.114"
image = "0.25.1"