Update Rust crate sdl2 to 0.38.0

This commit is contained in:
RenovateBot 2025-07-12 15:03:47 +00:00
parent 324af987a3
commit 2fc2dac66a

View file

@ -32,7 +32,7 @@ hostname = { version = "0.4.0" }
trust-dns-resolver = { version = "0.23.2" } trust-dns-resolver = { version = "0.23.2" }
openxr = { version = "0.19.0", default-features = false, features = ["static"] } openxr = { version = "0.19.0", default-features = false, features = ["static"] }
openvr = { version = "0.7.0" } openvr = { version = "0.7.0" }
sdl2 = { version = "0.37.0" } sdl2 = { version = "0.38.0" }
syn = { version = "2.0.67", features = ["extra-traits", "full"] } syn = { version = "2.0.67", features = ["extra-traits", "full"] }
quote = "1.0.35" quote = "1.0.35"
proc-macro2 = "1.0.86" proc-macro2 = "1.0.86"