Switch alsa to crates.io

This commit is contained in:
ashthespy 2019-03-21 23:32:18 +01:00
parent 8fd0caf583
commit 9cb2f49d52

View file

@ -15,7 +15,7 @@ futures = "0.1.8"
log = "0.3.5"
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 }
libpulse-sys = { version = "0.0.0", optional = true }
jack = { version = "0.5.3", optional = true }