evdev-sys 0.2.6

Raw bindings to libevdev High level Rust bindings are available in the `evdev` crate
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
option('tests',
       type: 'feature',
       value: 'enabled',
       description: 'Build the tests')
option('tools',
       type: 'feature',
       value: 'enabled',
       description: 'Build the tools')
option('documentation',
       type: 'feature',
       value: 'enabled',
       description: 'Build the documentation')
option('coverity',
       type: 'boolean',
       value: false,
       description: 'Enable coverity build fixes, see meson.build for details')