aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages.json13
1 files changed, 13 insertions, 0 deletions
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"
}
]