* 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:
Ferdinand Schober
2023-02-17 14:40:40 +01:00
committed by GitHub
parent 90ad518ebe
commit deb1548e21
4 changed files with 9 additions and 12 deletions

View File

@@ -6,6 +6,7 @@ use crate::{client::{Client, ClientHandle}, event::Event, request::Server};
use crate::backend::producer;
#[cfg(unix)]
enum Backend {
Wayland,
X11,