From 3ddb6c209f29e960c34d9e96dbeaf21f78319c92 Mon Sep 17 00:00:00 2001 From: emekoi Date: Tue, 27 Feb 2018 10:50:30 -0600 Subject: [PATCH] Added package suffer (#662) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 7d69703..d653dde 100644 --- a/packages.json +++ b/packages.json @@ -8257,6 +8257,19 @@ "license": "MIT", "web": "https://github.com/dom96/pwned" }, + { + "name": "suffer", + "url": "https://github.com/emekoi/suffer", + "method": "git", + "tags": [ + "graphics", + "font", + "software" + ], + "description": "a nim library for drawing 2d shapes, text, and images to 32bit software pixel buffers", + "license": "MIT", + "web": "https://github.com/emekoi/suffer" + }, { "name": "metric", "url": "https://github.com/mjendrusch/metric",