mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-04-19 10:41:28 +03:00
fix windows build
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#[cfg(feature = "wayland")]
|
||||
#[cfg(all(unix, feature = "wayland"))]
|
||||
pub mod wayland;
|
||||
#[cfg(windows)]
|
||||
pub mod windows;
|
||||
#[cfg(feature = "x11")]
|
||||
#[cfg(all(unix, feature = "x11"))]
|
||||
pub mod x11;
|
||||
|
||||
Reference in New Issue
Block a user