File: disable-win-and-doctests.diff

package info (click to toggle)
rust-libpulse-binding 2.30.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 848 kB
  • sloc: makefile: 4
file content (19 lines) | stat: -rw-r--r-- 347 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -68,6 +68,7 @@ pa_v8 = [
 [lib]
 name = "libpulse_binding"
 path = "src/lib.rs"
+doctest = false
 
 [[test]]
 name = "time_micros"
@@ -88,8 +89,3 @@
 
 [dependencies.num-traits]
 version = "0.2"
-
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3"
-features = ["winsock2"]
-default-features = false