From 0c0a91d8243244f8deafbbfd566900c985994acf Mon Sep 17 00:00:00 2001 From: "Cory Null(Noll) Crimmins - Golden" Date: Wed, 3 Aug 2016 12:34:30 -0600 Subject: [PATCH] Added BGFX wrapper (#391) * Added BGFX * Revert "Added BGFX" This reverts commit 8d3ad78e03b5b379408ea26c3bd22d2f4023bd0d. * Added BGFX Added the entry to the "end" of the file. --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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" } ]