1
0

update to Upstream evdev_rs

currently pinned to upstream master, which is ~0.4.0, modulo some minor
internal tweaks + my PR to implement Send on `Device` and
`UInputDevice`

https://github.com/ndesh26/evdev-rs/pull/55

It looks like there are some larger breaking changes coming down the
pipeline as well? Change is always good, so I'll update whenever 0.5.0
is released as well :)
This commit is contained in:
Daniel Prilik
2020-10-30 10:28:55 -04:00
parent cf1b0a4eb4
commit 858209484f
2 changed files with 8 additions and 8 deletions

View File

@@ -5,6 +5,6 @@ authors = ["Daniel Prilik <danielprilik@gmail.com>"]
edition = "2018"
[dependencies]
# custom fork which implements `Send` on UInputDevice
evdev-rs = { git = "https://github.com/daniel5151/evdev-rs.git", sha = "cc9060d" }
# master includes a PR that implements `Send` for `Device` and `UInputDevice`
evdev-rs = { git = "https://github.com/ndesh26/evdev-rs.git" }
notify-rust = "4"