Changing discord RPC system

This commit is contained in:
Anuken
2020-06-16 13:43:00 -04:00
parent 6e162d91e5
commit 918c9492df
5 changed files with 9 additions and 7 deletions

View File

@@ -190,13 +190,14 @@ project(":desktop"){
implementation arcModule("natives:natives-box2d-desktop")
implementation arcModule("natives:natives-desktop")
implementation arcModule("natives:natives-freetype-desktop")
implementation arcModule("extensions:discord")
if(debugged()) implementation project(":debug")
implementation "com.github.Anuken:steamworks4j:$steamworksVersion"
implementation arcModule("backends:backend-sdl")
implementation 'com.github.MinnDevelopment:java-discord-rpc:v2.0.1'
//implementation 'com.github.MinnDevelopment:java-discord-rpc:v2.0.1'
}
}