From cb8beeb74cceec787275ec3e121c0068ba08fbf7 Mon Sep 17 00:00:00 2001 From: Jonathan Spira Date: Tue, 21 May 2024 01:22:19 -0400 Subject: [PATCH] bumping sdl2 version --- imgui-sdl2-support/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/imgui-sdl2-support/Cargo.toml b/imgui-sdl2-support/Cargo.toml index f29dae5..6a9796f 100644 --- a/imgui-sdl2-support/Cargo.toml +++ b/imgui-sdl2-support/Cargo.toml @@ -12,9 +12,9 @@ categories = ["gui"] [dependencies] imgui = { version = "0.12.0", path = "../imgui" } -sdl2 = "0.34.5" +sdl2 = "0.36" [dev-dependencies] glow = "0.13.1" imgui-glow-renderer = { version = "0.12.0", path = "../imgui-glow-renderer" } -sdl2 = { version = "0.34.5", features = ["bundled", "static-link"] } +sdl2 = { version = "0.36", features = ["bundled", "static-link"] }