Merge pull request #181 from bluenote10/master

libs renamed; libovr added
This commit is contained in:
Dominik Picheta 2015-06-01 18:30:33 +01:00
commit 6e48c6c18d

View File

@ -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"],
@ -1533,6 +1533,15 @@
"license": "MIT",
"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",