aboutsummaryrefslogtreecommitdiffstats
path: root/ardor3d-examples/build.gradle
blob: f07954b56e534d481e8a07a27cb47991c2ecb5ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

description = 'Ardor 3D Examples'
dependencies {
  compile project(':ardor3d-awt')
  compile project(':ardor3d-swt')
  compile project(':ardor3d-jinput')
  compile project(':ardor3d-jogl')
  compile project(':ardor3d-jogl-awt')
  compile project(':ardor3d-jogl-swt')
  compile project(':ardor3d-effects')
  compile project(':ardor3d-extras')
  compile project(':ardor3d-collada')
  compile project(':ardor3d-terrain')
  compile project(':ardor3d-ui')
}