From c83b7883ab1cf6980c6dd39e8a15f3c3c9a90916 Mon Sep 17 00:00:00 2001 From: Greg G Date: Thu, 25 May 2017 20:59:07 +0200 Subject: [PATCH] Added package getch --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 307471a..979e553 100644 --- a/packages.json +++ b/packages.json @@ -6403,5 +6403,17 @@ "description": "wrapper around libplist https://github.com/libimobiledevice/libplist", "license": "MIT", "web": "https://github.com/samdmarshall/libplist.nim" + }, + { + "name": "getch", + "url": "https://github.com/6A/getch", + "method": "git", + "tags": [ + "getch", + "char" + ], + "description": "getch() for Windows and Unix", + "license": "MIT", + "web": "https://github.com/6A/getch" } ]