* 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

@@ -12,7 +12,6 @@ memmap = "0.7"
toml = "0.5"
serde = "1.0"
serde_derive = "1.0"
threadpool = "1.8"
[target.'cfg(unix)'.dependencies]
wayland-client = { version="0.30.0", optional = true }