aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2017-05-27 13:57:11 +0100
committerGitHub <noreply@github.com>2017-05-27 13:57:11 +0100
commitd856bafc669e362a2abe8ae4e0690843f86befd7 (patch)
treede7f6780492ed268c4f093ed86c43b847b5e21e7
parent6ed638dd206398a26f0c40a76bdd9e626847ac8a (diff)
parent21a8c5462c35aacf6fb7c7aecd5725bdf95433df (diff)
downloadpackages-d856bafc669e362a2abe8ae4e0690843f86befd7.tar.gz
packages-d856bafc669e362a2abe8ae4e0690843f86befd7.zip
Merge pull request #511 from ftsf/add-gifenc0646
Add package gifenc
-rw-r--r--packages.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 979e553..126d345 100644
--- a/packages.json
+++ b/packages.json
@@ -6415,5 +6415,17 @@
"description": "getch() for Windows and Unix",
"license": "MIT",
"web": "https://github.com/6A/getch"
+ },
+ {
+ "name": "gifenc",
+ "url": "https://github.com/ftsf/gifenc",
+ "method": "git",
+ "tags": [
+ "gif",
+ "encoder"
+ ],
+ "description": "Gif Encoder",
+ "license": "Public Domain",
+ "web": "https://github.com/ftsf/gifenc"
}
]