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

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