From 47575092dcb3b06cb4a1be6f04f59b52aaf4e6ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=B6nig?= Date: Sat, 24 Feb 2024 21:19:17 +0100 Subject: [PATCH] Update sdl2 to 0.36 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christian König --- playback/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playback/Cargo.toml b/playback/Cargo.toml index 30a661bc..d29a3af7 100644 --- a/playback/Cargo.toml +++ b/playback/Cargo.toml @@ -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 }