Add WebP support

This commit is contained in:
Nico Mexis 2021-07-21 12:41:37 +02:00
parent b782af642e
commit 7a5f679ac8
No known key found for this signature in database
GPG key ID: 27D6E17CE092AB78

View file

@ -238,6 +238,11 @@
<artifactId>darklaf-extensions-rsyntaxarea</artifactId>
<version>0.3.4</version>
</dependency>
<dependency>
<groupId>com.github.gotson</groupId>
<artifactId>webp-imageio</artifactId>
<version>0.2.1</version>
</dependency>
</dependencies>
<build>