From 0e1239e5482c0c0ed90262a57bfaa5ba2535f6fd Mon Sep 17 00:00:00 2001 From: fowlmouth Date: Sun, 12 Jul 2015 16:34:58 -0500 Subject: [PATCH] added nanovg --- packages.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/packages.json b/packages.json index cc0bd14..8213f4e 100644 --- a/packages.json +++ b/packages.json @@ -1848,5 +1848,14 @@ "description": "A wrapper for NCurses", "license": "MIT", "web": "https://github.com/rnowley/nim-ncurses" + }, + { + "name": "nanovg.nim", + "url": "https://github.com/fowlmouth/nanovg.nim", + "method": "git", + "tags": ["wrapper", "GUI", "vector graphics", "opengl"], + "description": "A wrapper for NanoVG vector graphics rendering", + "license": "MIT", + "web": "https://github.com/fowlmouth/nanovg.nim" } ]