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

description = 'Ardor 3D Examples'
dependencies {
  compile project(':ardor3d-lwjgl')
    compile group: 'org.lwjgl.lwjgl', name: 'lwjgl', version:'2.9.3'
  compile project(':ardor3d-awt')
  compile project(':ardor3d-swt')
  compile project(':ardor3d-jogl')
  compile project(':ardor3d-effects')
  compile project(':ardor3d-extras')
  compile project(':ardor3d-collada')
  compile project(':ardor3d-terrain')
  compile project(':ardor3d-ui')
}