diff options
| -rw-r--r-- | packages.json | 9 |
1 files changed, 9 insertions, 0 deletions
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" } ] |
