aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorJulien Gouesse <[email protected]>2014-05-28 21:58:58 +0200
committerJulien Gouesse <[email protected]>2014-05-28 21:58:58 +0200
commit9eda30c3d96f6d465891421a4e649a5906bcdf4a (patch)
treec211b65ae02e2adf0e30c94bb9927ce77ef55c1c /pom.xml
parente5cbd7ab638f4e0186f682769166c19a56e45f6c (diff)
Copies the controller based on JInput 2.0.6 into the JogAmp backend
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 7692204..f3e0c1a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -292,6 +292,16 @@
<version>${jogamp.version}</version>
</dependency>
<dependency>
+ <groupId>net.java.jinput</groupId>
+ <artifactId>jinput</artifactId>
+ <version>2.0.6</version>
+ </dependency>
+ <dependency>
+ <groupId>net.java.jinput</groupId>
+ <artifactId>jinput-platform</artifactId>
+ <version>2.0.6</version>
+ </dependency>
+ <dependency>
<groupId>org.lwjgl.lwjgl</groupId>
<artifactId>lwjgl</artifactId>
<version>${lwjgl.version}</version>