add webp support desktop

This commit is contained in:
2026-04-14 00:17:43 -06:00
parent a1e930254f
commit 5bd1933ea6
3 changed files with 48 additions and 4 deletions

View File

@@ -30,6 +30,16 @@
<artifactId>javafx-web</artifactId>
<version>${javafx.version}</version>
</dependency>
<dependency>
<groupId>org.openjfx</groupId>
<artifactId>javafx-swing</artifactId>
<version>${javafx.version}</version>
</dependency>
<dependency>
<groupId>com.twelvemonkeys.imageio</groupId>
<artifactId>imageio-webp</artifactId>
<version>3.11.0</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>