From 8a3a0a731e9207bb5f019a4ccedf10694f852d59 Mon Sep 17 00:00:00 2001 From: Lukas Baumann Date: Fri, 22 Jul 2022 00:29:53 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b2ecc8..e98802b 100644 --- a/README.md +++ b/README.md @@ -1 +1 @@ -Pass evdev devices to remote devices and control them. Rust version. The evdev crate seems to be broke (for tasks like this) tho, since input on guest is very limited. For a working Implementation check out my python version +Pass evdev devices to remote devices and control them. Rust version. The evdev crate seems to be broke (for tasks like this) tho, since input on guest is very limited. For a working Implementation check out my [python version](https://github.com/Surferlul/remote-evdev-python)