feat: make Flutgrid implement image

This commit is contained in:
Noa Aarts 2024-07-12 18:03:05 +02:00
parent 3b835b4609
commit 386a5fd5ec
3 changed files with 891 additions and 2 deletions

View file

@ -5,5 +5,6 @@ edition = "2021"
[dependencies]
axum = { version = "0.7.5" }
image = "0.25.1"
tokio = { version = "1.38", features = ["full"] }
tokio-test = "*"