Skip to content

Commit

Permalink
imgui: bump sdl
Browse files Browse the repository at this point in the history
  • Loading branch information
valgur committed Sep 23, 2024
1 parent 09d9fd0 commit f8fcc2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/imgui/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ def requirements(self):
if self.options.get_safe("backend_glut") and self.settings.os != "Emscripten":
self.requires("freeglut/3.4.0")
if self.options.get_safe("backend_sdl2") or self.options.get_safe("backend_sdlrenderer2"):
self.requires("sdl/2.30.6")
self.requires("sdl/2.30.7")
# elif self.options.get_safe("backend_sdlrenderer3"):
# self.requires("sdl/3.x")
if self.options.get_safe("backend_vulkan"):
Expand Down

0 comments on commit f8fcc2e

Please sign in to comment.