diff --git a/src/uinput.rs b/src/uinput.rs index e7ec1877..c0cf40ba 100644 --- a/src/uinput.rs +++ b/src/uinput.rs @@ -12,6 +12,7 @@ pub struct UInputDevice { raw: *mut raw::libevdev_uinput, } +unsafe impl Sync for UInputDevice {} unsafe impl Send for UInputDevice {} impl UInputDevice {