Implemented a chunk system and also updated to lwjgl3
This commit is contained in:
@@ -21,7 +21,7 @@ allprojects {
|
||||
version = '1.0'
|
||||
ext {
|
||||
appName = "my-gdx-game"
|
||||
gdxVersion = '1.9.10'
|
||||
gdxVersion = '1.9.11-SNAPSHOT'
|
||||
roboVMVersion = '2.3.8'
|
||||
box2DLightsVersion = '1.4'
|
||||
ashleyVersion = '1.7.0'
|
||||
@@ -44,7 +44,7 @@ project(":desktop") {
|
||||
|
||||
dependencies {
|
||||
implementation project(":core")
|
||||
api "com.badlogicgames.gdx:gdx-backend-lwjgl:$gdxVersion"
|
||||
api "com.badlogicgames.gdx:gdx-backend-lwjgl3:$gdxVersion"
|
||||
api "com.badlogicgames.gdx:gdx-platform:$gdxVersion:natives-desktop"
|
||||
api "com.badlogicgames.gdx:gdx-box2d-platform:$gdxVersion:natives-desktop"
|
||||
api "com.badlogicgames.gdx:gdx-freetype-platform:$gdxVersion:natives-desktop"
|
||||
|
||||
Reference in New Issue
Block a user