Skip to content

Commit

Permalink
chore(docs): Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ShadowApex committed Apr 5, 2024
1 parent 333f9bc commit f1d569f
Show file tree
Hide file tree
Showing 3 changed files with 124 additions and 3 deletions.
118 changes: 115 additions & 3 deletions Cargo.lock

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

4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ assets = [
{ source = "rootfs/usr/lib/udev/hwdb.d/59-inputplumber.hwdb", dest = "/usr/lib/udev/hwdb.d/59-inputplumber.hwdb", mode = "644" },
]

[package.metadata.generate-rpm.requires]
libiio = "*"
libevdev = "*"

[dependencies]
env_logger = "0.11.3"
evdev = { git = "https://github.com/emberian/evdev.git", features = ["tokio"] }
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ and translate their input to a variety of virtual device formats.

## Install

InputPlumber requires the following system dependencies:

- `libevdev`
- `libiio`

You can install with:

```bash
Expand Down

0 comments on commit f1d569f

Please sign in to comment.