Merge pull request #457 from luked99/master

Add libevdev, low-level Linux input processing
This commit is contained in:
Dominik Picheta 2017-01-19 00:48:00 +01:00 committed by GitHub
commit a6850de89c

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