1
0

add scroll + notifications

oh my god it took far too long to get notifications working...
This commit is contained in:
Daniel Prilik
2020-10-29 19:31:32 -04:00
parent c4039edc55
commit cf1b0a4eb4
19 changed files with 810 additions and 53 deletions

View File

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