From 5af536d5631457b071529936a33e6e09638939bd Mon Sep 17 00:00:00 2001 From: stjet <49297268+stjet@users.noreply.github.com> Date: Mon, 10 Feb 2025 02:17:39 +0000 Subject: [PATCH] own fork of uinput with a fix --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 938185b..91bd01f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,3 +22,6 @@ audiotags = "0.5.0" bmp-rust = "0.4.1" dirs = "5.0.1" uinput = "0.1.3" + +[patch.crates-io] +uinput = { git = 'https://github.com/stjet/rust-uinput.git' }