From b4dc90c531ea5ff2ba4b5754eb375a20e554c89f Mon Sep 17 00:00:00 2001 From: Juan Carlos Date: Sun, 30 Dec 2018 14:44:35 -0300 Subject: [PATCH] Added package itchio (#973) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index f3d43f6..c731cd4 100644 --- a/packages.json +++ b/packages.json @@ -12321,5 +12321,20 @@ "description": "Steam API Client for Nim", "license": "MIT", "web": "https://github.com/juancarlospaco/nim-steam" + }, + { + "name": "itchio", + "url": "https://github.com/juancarlospaco/nim-itchio", + "method": "git", + "tags": [ + "itchio", + "game", + "gaming", + "async", + "multisync" + ], + "description": "itch.io API Client for Nim", + "license": "MIT", + "web": "https://github.com/juancarlospaco/nim-itchio" } ]