From d3723175e023a8a69cd06ea6b0d0c3bbaa91875d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arne=20D=C3=B6ring?= Date: Tue, 19 Feb 2019 17:58:50 +0100 Subject: [PATCH] Added package fancygl (#1011) --- packages.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index b17e53b..677da8e 100644 --- a/packages.json +++ b/packages.json @@ -12680,9 +12680,22 @@ "networking", "network mapper", "blmvxer" - ], + ], "description": "A pure implementaion of nmap for nim.", "license": "MIT", "web": "https://github.com/blmvxer/nim-nmap" + }, + { + "name": "fancygl", + "url": "https://github.com/krux02/opengl-sandbox", + "method": "git", + "tags": [ + "opengl", + "rendering", + "dsl" + ], + "description": "nice way of handling render code", + "license": "MIT", + "web": "https://github.com/krux02/opengl-sandbox" } ]