mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-03-21 12:10:55 +03:00
fix conditional compilation
This commit is contained in:
@@ -12,6 +12,8 @@ log = "0.4.22"
|
||||
num_enum = "0.7.2"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
thiserror = "1.0.61"
|
||||
|
||||
[target.'cfg(all(unix, not(target_os="macos")))'.dependencies]
|
||||
reis = { version = "0.2.0", optional = true }
|
||||
|
||||
[features]
|
||||
|
||||
@@ -5,7 +5,7 @@ pub mod error;
|
||||
pub mod proto;
|
||||
pub mod scancode;
|
||||
|
||||
#[cfg(feature = "libei")]
|
||||
#[cfg(all(unix, feature = "libei", not(target_os = "macos")))]
|
||||
mod libei;
|
||||
|
||||
// FIXME
|
||||
|
||||
Reference in New Issue
Block a user