chore: webp対応

This commit is contained in:
usbharu 2023-11-02 19:41:36 +09:00
parent c02b7efc83
commit f8c54e3d9f
1 changed files with 1 additions and 0 deletions

View File

@ -141,6 +141,7 @@ dependencies {
implementation("dev.usbharu:http-signature:1.0.0") implementation("dev.usbharu:http-signature:1.0.0")
implementation("org.postgresql:postgresql:42.6.0") implementation("org.postgresql:postgresql:42.6.0")
implementation("com.twelvemonkeys.imageio:imageio-webp:3.10.0")
implementation("io.ktor:ktor-client-logging-jvm:$ktor_version") implementation("io.ktor:ktor-client-logging-jvm:$ktor_version")