From 3b2ce24ae66f6f95dd5baa8de51ac3af4ca1c7b4 Mon Sep 17 00:00:00 2001 From: Luke Diamand Date: Wed, 18 Jan 2017 22:26:22 +0000 Subject: [PATCH] Add libevdev, low-level Linux input processing --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 9d34ce8..403cdfb 100644 --- a/packages.json +++ b/packages.json @@ -5755,5 +5755,18 @@ "description": "ed25519 key crypto bindings", "license": "MIT", "web": "https://github.com/niv/ed25519.nim" + }, + { + "name": "libevdev", + "url": "https://github.com/luked99/libevdev.nim", + "method": "git", + "tags": [ + "wrapper", + "os", + "linux" + ], + "description": "Wrapper for libevdev, Linux input device processing library", + "license": "MIT", + "web": "https://github.com/luked99/libevdev.nim" } ]