own fork of uinput with a fix

This commit is contained in:
stjet
2025-02-10 02:17:39 +00:00
parent 1865b2548c
commit 5af536d563

View File

@@ -22,3 +22,6 @@ audiotags = "0.5.0"
bmp-rust = "0.4.1" bmp-rust = "0.4.1"
dirs = "5.0.1" dirs = "5.0.1"
uinput = "0.1.3" uinput = "0.1.3"
[patch.crates-io]
uinput = { git = 'https://github.com/stjet/rust-uinput.git' }