mirror of
https://codeberg.org/icewind/evdev-shortcut.git
synced 2026-06-03 18:14:10 +02:00
fix features
This commit is contained in:
parent
0f6f3fdfe5
commit
13c20f0b78
1 changed files with 2 additions and 2 deletions
|
|
@ -7,9 +7,9 @@ use err_derive::Error;
|
|||
|
||||
mod keycodes;
|
||||
|
||||
#[cfg(feature = "foo")]
|
||||
#[cfg(feature = "listener")]
|
||||
mod listener;
|
||||
#[cfg(feature = "foo")]
|
||||
#[cfg(feature = "listener")]
|
||||
pub use listener::ShortcutListener;
|
||||
|
||||
#[derive(Debug, Clone, Error)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue