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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user