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