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

description = 'Ardor 3D JOGL'
dependencies {
  compile project(':ardor3d-core')
    compile group: 'org.jogamp.gluegen', name: 'gluegen-rt-main', version:'2.3.2'
    compile group: 'org.jogamp.jogl', name: 'jogl-all-main', version:'2.3.2'
}