Add WebP support

This commit is contained in:
Nico Mexis 2021-07-21 12:41:37 +02:00
parent b782af642e
commit 7a5f679ac8
No account linked to committer's email address

View file

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