0

flibitEFX source

This commit is contained in:
2017-05-12 01:49:39 +03:00
parent da1de2bc7f
commit c9fa4bf413
8 changed files with 375 additions and 1 deletions

View File

@@ -22,7 +22,6 @@ if (OperatingSystem.current().isWindows()) {
dependencies {
compile (['org.lwjgl.lwjgl:lwjgl:' + lwjgl_ver],
['org.lwjgl.lwjgl:lwjgl_util:' + lwjgl_ver])
compile fileTree (dir: 'lib', include: 'flibitEFX.jar')
}
sourceSets {