chore: change rdev dependency source (#577)

This commit is contained in:
ayangweb
2025-07-22 17:00:23 +08:00
committed by GitHub
parent 344669a85c
commit db542c3fe1
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@@ -3868,7 +3868,7 @@ checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
[[package]]
name = "rdev"
version = "0.5.0-2"
source = "git+https://github.com/ayangweb/rdev#a8d5724f4533a69958280aa4df6bf6bca042d064"
source = "git+https://github.com/kunkunsh/rdev#cb9a29e19668a52e4e67d8a0ca6739c1807f8d3f"
dependencies = [
"cocoa 0.24.1",
"core-foundation 0.9.4",

View File

@@ -37,7 +37,7 @@ tauri-plugin-fs = "2"
fs_extra = "1"
tauri-plugin-clipboard-manager = "2"
tauri-plugin-global-shortcut = "2"
rdev = { git = "https://github.com/ayangweb/rdev" }
rdev = { git = "https://github.com/kunkunsh/rdev" }
gilrs = { version = "0.11", default-features = false, features = ["xinput"] }
[target."cfg(target_os = \"macos\")".dependencies]