Skip to content

Commit

Permalink
Add evdev bridge with rumble
Browse files Browse the repository at this point in the history
  • Loading branch information
Sirius902 committed Jun 6, 2024
1 parent 956a984 commit 5ebb00f
Show file tree
Hide file tree
Showing 4 changed files with 489 additions and 1 deletion.
87 changes: 86 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions crates/gcfeeder-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,6 @@ version = "0.1.4"
features = ["unstable_xtarget_notification"]

[target.'cfg(target_os = "linux")'.dependencies]
evdev = "0.12"
nix = { version = "0.29", features = ["event", "fs"] }
input-linux = "0.6.0"
Loading

0 comments on commit 5ebb00f

Please sign in to comment.