From 2fc2dac66ace274a7d5695b52bad4cf71feda139 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Sat, 12 Jul 2025 15:03:47 +0000 Subject: [PATCH] Update Rust crate sdl2 to 0.38.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d6fa467..d874b5c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ hostname = { version = "0.4.0" } trust-dns-resolver = { version = "0.23.2" } openxr = { version = "0.19.0", default-features = false, features = ["static"] } openvr = { version = "0.7.0" } -sdl2 = { version = "0.37.0" } +sdl2 = { version = "0.38.0" } syn = { version = "2.0.67", features = ["extra-traits", "full"] } quote = "1.0.35" proc-macro2 = "1.0.86"