Add libevdev, low-level Linux input processing

This commit is contained in:
Luke Diamand 2017-01-18 22:26:22 +00:00
parent 1b31e63a5d
commit 3b2ce24ae6

View File

@ -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"
}
]