vtm-desktop: decouple libGDX LWJGL backend (#714)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
apply plugin: 'application'
|
||||
|
||||
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