Use ioctl from crates.io
This commit is contained in:
parent
25959435d3
commit
18a063fb17
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ repository = "https://github.com/cmr/evdev"
|
||||||
documentation = "https://cmr.github.io/evdev"
|
documentation = "https://cmr.github.io/evdev"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
ioctl = { path = "/home/cmr/ioctl" }
|
ioctl = "0.3.3"
|
||||||
bitflags = "*"
|
bitflags = "*"
|
||||||
errno = "*"
|
errno = "*"
|
||||||
libc = "*"
|
libc = "*"
|
||||||
|
|
Loading…
Reference in a new issue