Implemented ANGLE on mac machines

This commit is contained in:
2026-03-31 14:44:03 -03:00
parent 9c1461bccb
commit 44acbe0e32
3 changed files with 12 additions and 4 deletions

View File

@@ -35,8 +35,9 @@ dependencies {
if(enableGraalNative == 'true') {
implementation "io.github.berstanio:gdx-svmhelper-backend-lwjgl3:$graalHelperVersion"
}
}
implementation "com.badlogicgames.gdx:gdx-backend-lwjgl3:$gdxVersion"
implementation "com.badlogicgames.gdx:gdx-lwjgl3-angle:$gdxVersion"
}
def os = System.properties['os.name'].toLowerCase(Locale.ROOT)