aboutsummaryrefslogtreecommitdiffstats
path: root/ardor3d-craft/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'ardor3d-craft/build.gradle')
-rw-r--r--ardor3d-craft/build.gradle2
1 files changed, 2 insertions, 0 deletions
diff --git a/ardor3d-craft/build.gradle b/ardor3d-craft/build.gradle
index 91f0058..c268722 100644
--- a/ardor3d-craft/build.gradle
+++ b/ardor3d-craft/build.gradle
@@ -3,6 +3,8 @@ description = 'Ardor 3D Craft'
dependencies {
implementation project(':ardor3d-awt')
implementation project(':ardor3d-core')
+ implementation project(':ardor3d-math')
+ implementation project(':ardor3d-savable')
implementation group: 'com.sun.xml.bind', name: 'jaxb-core', version:'2.3.0.1'
implementation group: 'javax.xml.bind', name: 'jaxb-api', version:'2.3.1'
implementation group: 'com.sun.xml.bind', name: 'jaxb-impl', version:'2.3.1'