aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2015-06-01 18:30:33 +0100
committerDominik Picheta <dominikpicheta@googlemail.com>2015-06-01 18:30:33 +0100
commit6e48c6c18da986be9c48bd60d31b254318d6e4b6 (patch)
tree14d9f0e07da7122e28cd3e9f569d6adcdca57b8f
parent8a72910a6e70a486a9ed61acd0856f89db99cceb (diff)
parent082e02b56c7fa5fb2d2aa86d241f0bf4f67586d4 (diff)
downloadpackages-6e48c6c18da986be9c48bd60d31b254318d6e4b6.tar.gz
packages-6e48c6c18da986be9c48bd60d31b254318d6e4b6.zip
Merge pull request #181 from bluenote10/master
libs renamed; libovr added
-rw-r--r--packages.json13
1 files changed, 11 insertions, 2 deletions
diff --git a/packages.json b/packages.json
index 8b4d808..548b67a 100644
--- a/packages.json
+++ b/packages.json
@@ -1516,7 +1516,7 @@
"web": "https://github.com/jangko/msgpack4nim"
},
{
- "name": "nim-heap",
+ "name": "binaryheap",
"url": "https://github.com/bluenote10/nim-heap",
"method": "git",
"tags": ["heap", "priority queue"],
@@ -1525,7 +1525,7 @@
"web": "https://github.com/bluenote10/nim-heap"
},
{
- "name": "nim-stringinterpolation",
+ "name": "stringinterpolation",
"url": "https://github.com/bluenote10/nim-stringinterpolation",
"method": "git",
"tags": ["string formatting", "string interpolation"],
@@ -1534,6 +1534,15 @@
"web": "https://github.com/bluenote10/nim-stringinterpolation"
},
{
+ "name": "libovr",
+ "url": "https://github.com/bluenote10/nim-ovr",
+ "method": "git",
+ "tags": ["Oculus Rift", "virtual reality"],
+ "description": "Nim bindings for libOVR (Oculus Rift)",
+ "license": "MIT",
+ "web": "https://github.com/bluenote10/nim-ovr"
+ },
+ {
"name": "delaunay",
"url": "https://github.com/Nycto/DelaunayNim",
"method": "git",