enabled webp support in one used crate

This commit is contained in:
Djairo Hougee 2023-02-08 22:02:27 +01:00
parent 7d33d72401
commit 3fdaa53d23
2 changed files with 1 additions and 1 deletions

View File

@ -10,5 +10,5 @@ env_logger = "0.10.*"
dotenvy = "0.15.*"
log = "0.4.*"
clap = { version = "4.1.*", features = ["derive"] }
image = "0.24.*"
image = { version = "0.24.*", features = ["webp-encoder"] }
termion = "2.0.*"

0
src/mod.rs Normal file
View File