Skip to content

Commit 6f420e4

Browse files
LinusCDEcanselcik
authored andcommitted
Use forked/patched evdev to fix missing mt axes
See emberian/evdev#20
1 parent 0a16b31 commit 6f420e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ioctl-gen = "0.1.1"
1616
libc = "0.2.69"
1717
mmap = "0.1.1"
1818
rusttype = "0.8.2"
19-
evdev = "0.10.1"
19+
evdev = { git = "https://github.com/LinusCDE/evdev.git", rev = "43fb0b33994dba667ab3f1c107b7393ac3166ffe" }
2020
epoll = "4.1.0"
2121
image = "0.21.3"
2222
line_drawing = "0.8.0"

0 commit comments

Comments
 (0)