vtm-desktop: decouple libGDX LWJGL backend (#714)
This commit is contained in:
@@ -8,7 +8,7 @@ configurations.all {
|
||||
*/
|
||||
|
||||
dependencies {
|
||||
implementation project(':vtm-desktop')
|
||||
implementation project(':vtm-desktop-lwjgl')
|
||||
file("${rootDir}/vtm-desktop/natives").eachDir() { dir ->
|
||||
implementation files(dir.path)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user