Added BGFX wrapper (#391)

* Added BGFX

* Revert "Added BGFX"

This reverts commit 8d3ad78e03b5b379408ea26c3bd22d2f4023bd0d.

* Added BGFX

Added the entry to the "end" of the file.
This commit is contained in:
Cory Null(Noll) Crimmins - Golden 2016-08-03 12:34:30 -06:00 committed by Dominik Picheta
parent 631d260836
commit 0c0a91d824

View File

@ -5052,5 +5052,21 @@
"web": "https://github.com/LucaWolf/des.nim",
"url": "https://github.com/LucaWolf/des.nim",
"method": "git"
},
{
"name": "bgfx",
"url": "https://github.com/Halsys/nim-bgfx",
"method": "git",
"tags": [
"wrapper",
"media",
"graphics",
"3d",
"rendering",
"opengl"
],
"description": "BGFX wrapper for the nim programming language.",
"license": "BSD2",
"web": "https://github.com/Halsys/nim-bgfx"
}
]