From 38d8f9d7e7510e22452db9f6839da7c44c1e73cf Mon Sep 17 00:00:00 2001 From: John Novak Date: Thu, 21 Nov 2019 22:55:27 +1000 Subject: [PATCH] Switch from old abandoned NanoVG package to a currently maintained one (#1253) --- packages.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages.json b/packages.json index cb29616..c16ff89 100644 --- a/packages.json +++ b/packages.json @@ -3365,8 +3365,8 @@ "web": "https://github.com/rnowley/nim-ncurses" }, { - "name": "nanovg.nim", - "url": "https://github.com/fowlmouth/nanovg.nim", + "name": "nanovg", + "url": "https://github.com/johnnovak/nim-nanovg", "method": "git", "tags": [ "wrapper", @@ -3374,9 +3374,9 @@ "vector graphics", "opengl" ], - "description": "A wrapper for NanoVG vector graphics rendering", + "description": "Nim wrapper for the C NanoVG antialiased vector graphics rendering library for OpenGL", "license": "MIT", - "web": "https://github.com/fowlmouth/nanovg.nim" + "web": "https://github.com/johnnovak/nim-nanovg" }, { "name": "pwd",