aboutsummaryrefslogtreecommitdiffstats
path: root/ardor3d-swt/build.gradle
blob: d57d22594ae8925915d4808bf6d153e4cbbb49a1 (plain)
1
2
3
4
5
6

description = 'Ardor 3D SWT'
dependencies {
  compile project(':ardor3d-core')
    compile group: 'org.eclipse.swt', name: 'org.eclipse.swt.gtk.linux.x86_64', version:'3.8'
}