blob: d645200a8cad84247424aa3f293a346bc43d3aaa (
plain)
1
2
3
4
5
6
7
8
9
|
description = 'Ardor 3D JOGL'
dependencies {
implementation project(':ardor3d-core')
implementation project(':ardor3d-math')
implementation project(':ardor3d-savable')
implementation group: 'org.jogamp.gluegen', name: 'gluegen-rt-main', version:'2.5.0'
implementation group: 'org.jogamp.jogl', name: 'jogl-all-main', version:'2.5.0'
}
|