bumping sdl2 version

This commit is contained in:
Jonathan Spira 2024-05-21 01:22:19 -04:00
parent beccfa89ec
commit cb8beeb74c
No known key found for this signature in database
GPG Key ID: 94A3E4351603A8BD

View File

@ -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"] }