mirror of
https://github.com/librespot-org/librespot.git
synced 2024-12-18 17:11:53 +00:00
Switch alsa
to crates.io
This commit is contained in:
parent
8fd0caf583
commit
9cb2f49d52
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ futures = "0.1.8"
|
||||||
log = "0.3.5"
|
log = "0.3.5"
|
||||||
byteorder = "1.2.1"
|
byteorder = "1.2.1"
|
||||||
|
|
||||||
alsa = { git = "https://github.com/diwic/alsa-rs.git", optional = true }
|
alsa = { version = "0.2.1", optional = true }
|
||||||
portaudio-rs = { version = "0.3.0", optional = true }
|
portaudio-rs = { version = "0.3.0", optional = true }
|
||||||
libpulse-sys = { version = "0.0.0", optional = true }
|
libpulse-sys = { version = "0.0.0", optional = true }
|
||||||
jack = { version = "0.5.3", optional = true }
|
jack = { version = "0.5.3", optional = true }
|
||||||
|
|
Loading…
Reference in a new issue