mirror of https://github.com/usbharu/Hideout.git
chore: webp対応
This commit is contained in:
parent
c02b7efc83
commit
f8c54e3d9f
|
@ -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")
|
||||||
|
|
Loading…
Reference in New Issue