aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2015-01-27 12:57:18 +0000
committerDominik Picheta <dominikpicheta@googlemail.com>2015-01-27 12:57:18 +0000
commitcc3670c9f9e152677817665a5f2985d0db7de45c (patch)
treee38577ef3819c64a64379c5064a7916881dab948
parente3e15c1c653c262c8b67a9c17a98d734a8add07f (diff)
parent045fe4eb67f3f3958df906cb79734ea3bd18a365 (diff)
downloadpackages-cc3670c9f9e152677817665a5f2985d0db7de45c.tar.gz
packages-cc3670c9f9e152677817665a5f2985d0db7de45c.zip
Merge pull request #119 from gmpreussner/master
Added io-spacenav package.
-rw-r--r--packages.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 58b849b..0db0929 100644
--- a/packages.json
+++ b/packages.json
@@ -1164,5 +1164,14 @@
"description": "BPG (Better Portable Graphics) for Nim",
"license": "MIT",
"web": "https://github.com/def-/nim-bpg"
+ },
+ {
+ "name": "io-spacenav",
+ "url": "git://github.com/nimious/io-spacenav.git",
+ "method": "git",
+ "tags": ["binding", "3dx", "3dconnexion", "libspnav", "spacenav", "spacemouse", "spacepilot", "spacenavigator"],
+ "description": "Bindings for libspnav, the free 3Dconnexion device driver",
+ "license": "MIT",
+ "web": "https://github.com/nimious/io-spacenav"
}
]