From ea0f1f36e7885a09760c0c128efa1427c693eee1 Mon Sep 17 00:00:00 2001 From: treeform Date: Sat, 21 Nov 2020 23:22:48 -0800 Subject: [PATCH] Add pixie. (#1718) --- packages.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/packages.json b/packages.json index 99367cf..2e5e644 100644 --- a/packages.json +++ b/packages.json @@ -11101,6 +11101,25 @@ "license": "MIT", "web": "https://github.com/treeform/urlly" }, + { + "name": "pixie", + "url": "https://github.com/treeform/pixie", + "method": "git", + "tags": [ + "images", + "paths", + "stroke", + "fill", + "vector", + "raster", + "png", + "bmp", + "jpg" + ], + "description": "Full-featured 2d graphics library for Nim.", + "license": "MIT", + "web": "https://github.com/treeform/pixie" + }, { "name": "xdo", "url": "https://github.com/juancarlospaco/nim-xdo",