This commit is contained in:
Anuken
2019-12-01 12:32:35 -05:00
parent b6915a0483
commit 0e7c403bd8
7 changed files with 27 additions and 8 deletions

View File

@@ -28,6 +28,7 @@ allprojects{
gdxVersion = '1.9.10'
roboVMVersion = '2.3.8'
steamworksVersion = '891ed912791e01fe9ee6237a6497e5212b85c256'
graalVersion = '19.3.0'
arcHash = null
loadVersionProps = {
@@ -154,8 +155,10 @@ project(":desktop"){
compile "com.badlogicgames.gdx:gdx-freetype-platform:$gdxVersion:natives-desktop"
compile "com.github.Anuken:steamworks4j:$steamworksVersion"
compile "org.graalvm.js:js:19.3.0"
compile "org.graalvm.sdk:graal-sdk:19.3.0"
compile "org.graalvm.js:js:${graalVersion}"
compile "org.graalvm.sdk:graal-sdk:${graalVersion}"
compile "org.graalvm.truffle:truffle-api:${graalVersion}"
compile "org.graalvm.regex:regex:${graalVersion}"
compile arcModule("backends:backend-sdl")
compile 'com.github.MinnDevelopment:java-discord-rpc:v2.0.1'