From 3aa4626a62705d2f6f4a57e199bbf8061ffd626d Mon Sep 17 00:00:00 2001 From: Volodymyr Melnychuk Date: Sat, 29 Feb 2020 08:28:19 +0200 Subject: [PATCH] add nimwebp package (#1378) Co-authored-by: bromund <60217815+bromund@users.noreply.github.com> --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 51f2a2c..6ed63d8 100644 --- a/packages.json +++ b/packages.json @@ -16769,5 +16769,18 @@ "description": "Luhn's Algorithm implementation in Nim", "license": "MIT", "web": "https://github.com/sigmapie8/luhny" + }, + { + "name": "nimwebp", + "url": "https://github.com/tormund/nimwebp", + "method": "git", + "tags": [ + "webp", + "encoder", + "decoder" + ], + "description": "Webp encoder and decoder bindings for Nim", + "license": "MIT", + "web": "https://github.com/tormund/nimwebp" } ]