Update Libgdx to 1.9.10

This commit is contained in:
kevlahnota
2019-08-23 00:59:18 +08:00
committed by Anthony Calosa
parent 47a1b6ea98
commit 5e88cc67e4
119 changed files with 379 additions and 372 deletions

View File

@@ -60,7 +60,7 @@
<dependency>
<groupId>com.badlogicgames.gdx</groupId>
<artifactId>gdx-backend-lwjgl</artifactId>
<version>1.5.5</version>
<version>1.9.10</version>
</dependency>
<dependency>
<groupId>com.badlogicgames.gdx</groupId>
@@ -71,7 +71,7 @@
<dependency>
<groupId>com.badlogicgames.gdx</groupId>
<artifactId>gdx-freetype-platform</artifactId>
<version>1.5.5</version>
<version>1.9.10</version>
<classifier>natives-desktop</classifier>
</dependency>
<!-- https://mvnrepository.com/artifact/commons-cli/commons-cli -->