blob: 544deb995473cfff86ad2c524aaefe180443da88 (
plain)
1
2
3
4
5
6
7
8
|
description = 'Ardor 3D Terrain'
dependencies {
implementation project(':ardor3d-core')
implementation project(':ardor3d-awt')
implementation project(':ardor3d-math')
implementation project(':ardor3d-savable')
}
|