mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-04-07 04:31:28 +03:00
cleanup conditional compilation
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
#[cfg(windows)]
|
||||
pub mod windows;
|
||||
|
||||
#[cfg(unix)]
|
||||
pub mod wayland;
|
||||
|
||||
#[cfg(unix)]
|
||||
pub mod x11;
|
||||
|
||||
#[derive(Clone, Copy, Debug)]
|
||||
|
||||
Reference in New Issue
Block a user