mirror of
https://github.com/librespot-org/librespot.git
synced 2024-11-08 16:45:43 +00:00
Merge pull request #1136 from eladyn/jack_update
update jack to match alsa requirement
This commit is contained in:
commit
d569d37966
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ alsa = { version = "0.6", optional = true }
|
|||
portaudio-rs = { version = "0.3", optional = true }
|
||||
libpulse-binding = { version = "2", optional = true, default-features = false }
|
||||
libpulse-simple-binding = { version = "2", optional = true, default-features = false }
|
||||
jack = { version = "0.10", optional = true }
|
||||
jack = { version = "0.11", optional = true }
|
||||
sdl2 = { version = "0.35", optional = true }
|
||||
gstreamer = { version = "0.18", optional = true }
|
||||
gstreamer-app = { version = "0.18", optional = true }
|
||||
|
|
Loading…
Reference in a new issue