diff options
author | Julien Gouesse <[email protected]> | 2014-05-28 21:58:58 +0200 |
---|---|---|
committer | Julien Gouesse <[email protected]> | 2014-05-28 21:58:58 +0200 |
commit | 9eda30c3d96f6d465891421a4e649a5906bcdf4a (patch) | |
tree | c211b65ae02e2adf0e30c94bb9927ce77ef55c1c /ardor3d-jogl/pom.xml | |
parent | e5cbd7ab638f4e0186f682769166c19a56e45f6c (diff) |
Copies the controller based on JInput 2.0.6 into the JogAmp backend
Diffstat (limited to 'ardor3d-jogl/pom.xml')
-rw-r--r-- | ardor3d-jogl/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ardor3d-jogl/pom.xml b/ardor3d-jogl/pom.xml index f0d90cc..e14ff2a 100644 --- a/ardor3d-jogl/pom.xml +++ b/ardor3d-jogl/pom.xml @@ -47,6 +47,10 @@ <artifactId>jocl-main</artifactId> </dependency--> <dependency> + <groupId>net.java.jinput</groupId> + <artifactId>jinput</artifactId> + </dependency> + <dependency> <groupId>org.eclipse.swt</groupId> <artifactId>${swt.artifactId}</artifactId> <version>${swt.version}</version> |