diff options
| author | emekoi <emekankurumeh@outlook.com> | 2018-02-27 10:50:30 -0600 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-02-27 16:50:30 +0000 |
| commit | 3ddb6c209f29e960c34d9e96dbeaf21f78319c92 (patch) | |
| tree | d5c3baf184ea22fc773e038dee4f8b9a029a3a00 | |
| parent | acfd70e473ddbbe31a1bfb295d2851b3303b9825 (diff) | |
| download | packages-3ddb6c209f29e960c34d9e96dbeaf21f78319c92.tar.gz packages-3ddb6c209f29e960c34d9e96dbeaf21f78319c92.zip | |
Added package suffer (#662)
| -rw-r--r-- | packages.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 7d69703..d653dde 100644 --- a/packages.json +++ b/packages.json @@ -8258,6 +8258,19 @@ "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", "method": "git", |
