Skip to content

Commit 05112ce

Browse files
authored
chore: linux also uses rdev (#568)
1 parent c80a55d commit 05112ce

File tree

2 files changed

+2
-58
lines changed

2 files changed

+2
-58
lines changed

Cargo.lock

Lines changed: 1 addition & 51 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,17 +37,11 @@ tauri-plugin-fs = "2"
3737
fs_extra = "1"
3838
tauri-plugin-clipboard-manager = "2"
3939
tauri-plugin-global-shortcut = "2"
40+
rdev = { git = "https://github.com/ayangweb/rdev" }
4041
gilrs = { version = "0.11", default-features = false, features = ["xinput"] }
4142

4243
[target."cfg(target_os = \"macos\")".dependencies]
4344
tauri-nspanel.workspace = true
4445

45-
[target."cfg(not(target_os = \"linux\"))".dependencies]
46-
rdev = { git = "https://github.com/ayangweb/rdev" }
47-
48-
[target."cfg(target_os = \"linux\")".dependencies]
49-
nix = { version = "0.30", features = ["poll"] }
50-
input = "0.9"
51-
5246
[features]
5347
cargo-clippy = []

0 commit comments

Comments
 (0)