blob: 84c36e113fc91af3dcd17557ea8177c7aaeceaf7 (
plain)
1
2
3
4
5
6
7
|
description = 'Ardor 3D Skinning and Animation System'
dependencies {
implementation project(':ardor3d-core')
implementation project(':ardor3d-math')
implementation project(':ardor3d-savable')
}
|