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' }