From d2022569721e044d2d4c6f25fcd313d17549f375 Mon Sep 17 00:00:00 2001 From: rxi Date: Sun, 21 May 2017 09:11:43 +0100 Subject: [PATCH 1/2] Added gifwriter library --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 9e7290a..b7d4eb1 100644 --- a/packages.json +++ b/packages.json @@ -6360,5 +6360,18 @@ "description": "API for Web Audio (JS)", "license": "MIT", "web": "https://github.com/ftsf/nim-webaudio" + }, + { + "name": "gifwriter", + "url": "https://github.com/rxi/gifwriter", + "method": "git", + "tags": [ + "gif", + "image", + "library" + ], + "description": "Animated GIF writing library based on jo_gif", + "license": "MIT", + "web": "https://github.com/rxi/gifwriter" } ] From f4dd8470114c6a280e7da4ae6072dc610a6f8c35 Mon Sep 17 00:00:00 2001 From: xyz Date: Mon, 22 May 2017 11:31:44 -0400 Subject: [PATCH 2/2] Rename boneGPIO to boneIO --- packages.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages.json b/packages.json index 9e7290a..83a48db 100644 --- a/packages.json +++ b/packages.json @@ -5433,8 +5433,8 @@ "web": "https://h3rald.com/minim" }, { - "name": "boneGPIO", - "url": "https://github.com/xyz32/boneGPIO", + "name": "boneIO", + "url": "https://github.com/xyz32/boneIO", "method": "git", "tags": [ "library", @@ -5443,7 +5443,7 @@ ], "description": "A low level GPIO library for the BeagleBone board family", "license": "MIT", - "web": "https://github.com/xyz32/boneGPIO" + "web": "https://github.com/xyz32/boneIO" }, { "name": "ui",