IO-Ports Dummy

This commit is contained in:
2024-04-30 18:40:11 +02:00
parent 5a6a70f598
commit b1173a2ceb
9 changed files with 767 additions and 71 deletions

View File

@ -45,6 +45,13 @@
<artifactId>ikonli-javafx</artifactId>
<version>12.3.1</version>
</dependency>
<dependency>
<groupId>com.gluonhq</groupId>
<artifactId>charm-glisten</artifactId>
<version>4.4.1</version>
<scope>system</scope>
<systemPath>${project.basedir}/libs/com.gluon/charm-glisten-4.4.1.jar</systemPath>
</dependency>
<dependency>
<groupId>eu.hansolo</groupId>
<artifactId>tilesfx</artifactId>