From 7e3cfcd8eab184143c45cbbc5fdfe4103be931e5 Mon Sep 17 00:00:00 2001 From: James Date: Mon, 5 Feb 2024 17:51:10 -0800 Subject: [PATCH] Added package dither (#2806) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 29f0fd7..8aea4d1 100644 --- a/packages.json +++ b/packages.json @@ -32506,6 +32506,18 @@ "license": "MIT", "web": "https://github.com/thisago/instagram" }, + { + "name": "dither", + "url": "https://github.com/Nycto/dither-nim", + "method": "git", + "tags": [ + "dither", + "graphics" + ], + "description": "Dithering algorithms in Nim", + "license": "Apache-2.0", + "web": "https://github.com/Nycto/dither-nim" + }, { "name": "traitor", "url": "https://github.com/beef331/traitor",