mirror of
https://github.com/librespot-org/librespot.git
synced 2024-11-08 16:45:43 +00:00
Update sdl2 to 0.36
Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
parent
88e9a9cc1e
commit
47575092dc
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ 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.11", optional = true }
|
||||
sdl2 = { version = "0.35", optional = true }
|
||||
sdl2 = { version = "0.36", optional = true }
|
||||
gstreamer = { version = "0.21.2", optional = true }
|
||||
gstreamer-app = { version = "0.21.2", optional = true }
|
||||
gstreamer-audio = { version = "0.21.2", optional = true }
|
||||
|
|
Loading…
Reference in a new issue