1
0

clean up notification when terminated

This commit is contained in:
Daniel Prilik
2020-11-01 23:30:12 -05:00
parent a22f560f2c
commit bd5db3dc67
4 changed files with 64 additions and 34 deletions

View File

@@ -7,7 +7,7 @@ edition = "2018"
[dependencies]
directories = "3.0"
# master includes a PR that implements `Send` for `Device` and `UInputDevice`
evdev-rs = { git = "https://github.com/ndesh26/evdev-rs.git" }
evdev-rs = { git = "https://github.com/ndesh26/evdev-rs.git", rev = "8e995b8bf" }
hidapi = { version = "1.2.3", default-features = false, features = ["linux-shared-hidraw"] }
notify-rust = "4"
signal-hook = "0.1.16"