Render tests

This commit is contained in:
Anuken
2019-06-20 16:27:57 -04:00
parent 06444f497b
commit 580923a646
4 changed files with 55 additions and 2 deletions

View File

@@ -244,6 +244,12 @@ project(":tools"){
dependencies{
compile project(":core")
//for render tests
compile "com.badlogicgames.gdx:gdx-platform:$gdxVersion:natives-desktop"
compile "com.badlogicgames.gdx:gdx-freetype-platform:$gdxVersion:natives-desktop"
compile arcModule("backends:backend-lwjgl3")
}
}