mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-04-20 05:33:20 +03:00
cleanup
* cleanup Cargo.toml * exclude backend from windows build * remove env include in windows build * remove Backend from windows build * fix compiler warning
This commit is contained in:
committed by
GitHub
parent
90ad518ebe
commit
deb1548e21
@@ -6,6 +6,7 @@ use crate::{client::{Client, ClientHandle}, event::Event, request::Server};
|
||||
|
||||
use crate::backend::producer;
|
||||
|
||||
#[cfg(unix)]
|
||||
enum Backend {
|
||||
Wayland,
|
||||
X11,
|
||||
|
||||
Reference in New Issue
Block a user