From 17cd2712898bb2e51dcb46cbea358c6ff53bcc56 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jo=C3=A3o=20Magalh=C3=A3es?= <joamag@gmail.com>
Date: Tue, 2 Jan 2024 21:52:22 +0000
Subject: [PATCH] chore: bumped SDL2 version

---
 frontends/sdl/Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/frontends/sdl/Cargo.toml b/frontends/sdl/Cargo.toml
index 4433e253..bd40c83a 100644
--- a/frontends/sdl/Cargo.toml
+++ b/frontends/sdl/Cargo.toml
@@ -28,7 +28,7 @@ version = "0.24"
 version = "0.4"
 
 [dependencies.sdl2]
-version = "0.35"
+version = "0.36"
 git = "https://github.com/Rust-SDL2/rust-sdl2"
 rev = "2ab81ae1d9e8b4455fea7f25640f26a21dea6ea2"
 features = ["ttf", "image", "gfx", "mixer", "static-link", "use-vcpkg"]
-- 
GitLab