summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Jordan <[email protected]>2019-09-30 09:07:13 +1300
committerPhilip Jordan <[email protected]>2019-09-30 09:07:13 +1300
commit82a51e591bb559550374d26f16f841e7a0dd5205 (patch)
treed338b9ef179220b7be89ca6fe9ebfc6186f71762
parent94daefd148b88c30d32258b13169733a4a816620 (diff)
Added joal to dependencies1.7.0-finaldev1.7.0
Signed-off-by: Philip Jordan <[email protected]>
-rw-r--r--pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 2ce26ee..e412f0a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -102,6 +102,11 @@
<artifactId>vecmath</artifactId>
<version>${project.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.jogamp.joal</groupId>
+ <artifactId>joal</artifactId>
+ <version>${jogamp.version}</version>
+ </dependency>
</dependencies>
<build>