mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-03-19 03:00:55 +03:00
7 lines
137 B
Rust
7 lines
137 B
Rust
#[cfg(all(unix, feature = "wayland"))]
|
|
pub mod wayland;
|
|
#[cfg(windows)]
|
|
pub mod windows;
|
|
#[cfg(all(unix, feature = "x11"))]
|
|
pub mod x11;
|