diff options
Diffstat (limited to 'ardor3d-awt/build.gradle')
-rw-r--r-- | ardor3d-awt/build.gradle | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ardor3d-awt/build.gradle b/ardor3d-awt/build.gradle index 2be77c5..4239213 100644 --- a/ardor3d-awt/build.gradle +++ b/ardor3d-awt/build.gradle @@ -2,4 +2,6 @@ description = 'Ardor 3D AWT' dependencies { implementation project(':ardor3d-core') + implementation project(':ardor3d-math') + implementation project(':ardor3d-savable') } |