mirror of
https://github.com/RustAudio/rodio
synced 2025-03-04 15:07:18 +00:00
add feature flag to enable wasm-bindgen (#342)
This commit is contained in:
parent
73857e3d51
commit
e1aea73ba0
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ flac = ["claxon"]
|
|||
vorbis = ["lewton"]
|
||||
wav = ["hound"]
|
||||
mp3 = ["minimp3"]
|
||||
wasm-bindgen = ["cpal/wasm-bindgen"]
|
||||
|
||||
[dev-dependencies]
|
||||
quickcheck = "0.9.2"
|
||||
|
|
Loading…
Add table
Reference in a new issue