Added x4o language tasks

This commit is contained in:
Willem Cazander 2022-10-14 03:18:00 +02:00
parent 48d1bc7f48
commit f767e9a746
8 changed files with 352 additions and 65 deletions

View file

@ -48,17 +48,14 @@
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.service.component.annotations</artifactId>
<version>1.4.0</version>
</dependency>
<dependency>
<groupId>com.badlogicgames.gdx</groupId>
<artifactId>gdx-freetype</artifactId>
<version>1.10.0</version>
</dependency>
<dependency>
<groupId>com.badlogicgames.gdx</groupId>
<artifactId>gdx-freetype-platform</artifactId>
<version>1.10.0</version>
<classifier>natives-desktop</classifier>
</dependency>
</dependencies>