Codebase list rust-stfu8 / e396aa2 src / x11rb / debian / patches / fix-build.patch
e396aa2

Tree @e396aa2 (Download .tar.gz)

fix-build.patch @e396aa2raw · history · blame

--- a/Cargo.toml
+++ b/Cargo.toml
@@ -68,7 +68,7 @@ allow-unsafe-code = ["libc"]
 composite = ["xfixes"]
 cursor = ["render", "resource_manager"]
 damage = ["xfixes"]
-dl-libxcb = ["allow-unsafe-code", "libloading", "once_cell"]
+#dl-libxcb = ["allow-unsafe-code", "libloading", "once_cell"]
 dpms = []
 dri2 = []
 dri3 = []
@@ -97,10 +97,10 @@ xtest = []
 xv = ["shm"]
 xvmc = ["xv"]
 [target."cfg(unix)".dependencies.nix]
-version = "0.20"
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3"
-features = ["winsock2"]
+version = "0"
+#[target."cfg(windows)".dependencies.winapi]
+#version = "0.3"
+#features = ["winsock2"]
 
-[target."cfg(windows)".dependencies.winapi-wsapoll]
-version = "0.1.1"
+#[target."cfg(windows)".dependencies.winapi-wsapoll]
+#version = "0.1.1"