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

description = 'Ardor 3D JOGL SWT'
dependencies {
  compile project(':ardor3d-core')
  compile project(':ardor3d-swt')
  compile project(':ardor3d-jogl')
}