Use ioctl from crates.io

This commit is contained in:
Corey Richardson 2015-07-21 05:38:58 -04:00
parent 25959435d3
commit 18a063fb17

View file

@ -8,7 +8,7 @@ repository = "https://github.com/cmr/evdev"
documentation = "https://cmr.github.io/evdev"
[dependencies]
ioctl = { path = "/home/cmr/ioctl" }
ioctl = "0.3.3"
bitflags = "*"
errno = "*"
libc = "*"