diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2015-05-20 02:23:05 +0100 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2015-05-20 02:23:05 +0100 |
| commit | fe477586ef1b922139fdc31bac5a5cfe3d9c9650 (patch) | |
| tree | 8903bbdebeb34f5e0f7e11d882451211a5c64e11 | |
| parent | a7d0818aedd400d7d7d483754ba0aecf959922f0 (diff) | |
| parent | 2cc75a54b6746bc1ce35c37db8a3160b248428a1 (diff) | |
| download | packages-fe477586ef1b922139fdc31bac5a5cfe3d9c9650.tar.gz packages-fe477586ef1b922139fdc31bac5a5cfe3d9c9650.zip | |
Merge pull request #164 from gmpreussner/master
Added io-sixense.
| -rw-r--r-- | packages.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 47ac406..31e6a71 100644 --- a/packages.json +++ b/packages.json @@ -1487,5 +1487,14 @@ "description": "Bindings for EGL, the native platform interface for rendering APIs.", "license": "MIT", "web": "https://github.com/nimious/io-egl" + }, + { + "name": "io-sixense", + "url": "git://github.com/nimious/io-sixense.git", + "method": "git", + "tags": ["binding", "sixense", "razer hydra", "stem system", "vr"], + "description": "Bindings for the Sixense Core API.", + "license": "MIT", + "web": "https://github.com/nimious/io-sixense" } ] |
