Skip to content

Commit

Permalink
ogre: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
valgur committed Oct 12, 2024
1 parent ccd6d66 commit 98dcaa0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipes/ogre/1.x/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ def requirements(self):
self.requires("zlib/[>=1.2.11 <2]")
self.requires("zziplib/0.13.72")
if self.options.get_safe("build_component_bites") or self.options.get_safe("build_rendersystem_tiny"):
self.requires("sdl/2.30.7")
self.requires("sdl/2.30.8")
if self.options.get_safe("build_rendersystem_tiny") and self.options.with_openmp:
self.requires("openmp/system")
if self._build_opengl:
Expand All @@ -276,10 +276,10 @@ def requirements(self):
if self.options.build_component_bullet:
self.requires("bullet3/3.25")
if self.options.build_component_overlay:
self.requires("freetype/2.13.2")
self.requires("freetype/2.13.3")
if self.options.build_component_overlay_imgui:
# Used in Overlay/OgreImGuiOverlay.h public header
self.requires("imgui/1.91.2", transitive_headers=True, transitive_libs=True)
self.requires("imgui/1.91.3", transitive_headers=True, transitive_libs=True)
if self.options.build_plugin_assimp:
self.requires("assimp/5.4.2")
if self.options.build_plugin_exrcodec:
Expand Down

0 comments on commit 98dcaa0

Please sign in to comment.