mirror of
https://github.com/RustAudio/rodio
synced 2025-03-02 14:07:15 +00:00
adds optional tracing
This commit is contained in:
parent
58b61f66ff
commit
1a7b8e5e8f
1 changed files with 3 additions and 0 deletions
|
@ -17,10 +17,13 @@ lewton = { version = "0.10", optional = true }
|
|||
minimp3_fixed = { version = "0.5.4", optional = true}
|
||||
symphonia = { version = "0.5.4", optional = true, default-features = false }
|
||||
crossbeam-channel = { version = "0.5.8", optional = true }
|
||||
|
||||
thiserror = "1.0.49"
|
||||
tracing = { version = "0.1.40", optional = true }
|
||||
|
||||
[features]
|
||||
default = ["flac", "vorbis", "wav", "mp3"]
|
||||
tracing = ["dep:tracing"]
|
||||
|
||||
flac = ["claxon"]
|
||||
vorbis = ["lewton"]
|
||||
|
|
Loading…
Add table
Reference in a new issue