File: disable-hound.patch

package info (click to toggle)
rust-cpal 0.15.3-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 696 kB
  • sloc: makefile: 2
file content (30 lines) | stat: -rw-r--r-- 476 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -23,6 +23,7 @@
 ]
 license = "Apache-2.0"
 repository = "https://github.com/rustaudio/cpal"
+autoexamples = false
 
 [[example]]
 name = "android"
@@ -39,9 +40,6 @@
 name = "feedback"
 
 [[example]]
-name = "record_wav"
-
-[[example]]
 name = "synth_tones"
 
 [dependencies.dasp_sample]
@@ -54,9 +52,6 @@
 version = "4.0"
 features = ["derive"]
 
-[dev-dependencies.hound]
-version = "3.5"
-
 [dev-dependencies.ringbuf]
 version = "0.3"