aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCory Null(Noll) Crimmins - Golden <cory190@live.com>2016-08-03 12:34:30 -0600
committerDominik Picheta <dominikpicheta@googlemail.com>2016-08-03 20:34:30 +0200
commit0c0a91d8243244f8deafbbfd566900c985994acf (patch)
tree325cbf8a20bf0c1d3225697f15b20ef5e791d128
parent631d260836b0288470b87d4efac2bfcee3c9eb78 (diff)
downloadpackages-0c0a91d8243244f8deafbbfd566900c985994acf.tar.gz
packages-0c0a91d8243244f8deafbbfd566900c985994acf.zip
Added BGFX wrapper (#391)
* Added BGFX * Revert "Added BGFX" This reverts commit 8d3ad78e03b5b379408ea26c3bd22d2f4023bd0d. * Added BGFX Added the entry to the "end" of the file.
-rw-r--r--packages.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 86298a4..5e07953 100644
--- a/packages.json
+++ b/packages.json
@@ -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"
}
]