Skip to content

Commit

Permalink
Update dependency sdl to v2.30.8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and AnotherFoxGuy committed Oct 3, 2024
1 parent 55e9070 commit 05a128e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def requirements(self):
self.requires("libnoise/1.0.0")
self.requires("libpng/1.6.44", force=True)
self.requires("openal/1.22.2")
self.requires("sdl/2.30.7", force=True)
self.requires("sdl/2.30.8", force=True)
self.requires("sdl_image/2.6.3")
self.requires("sdl_ttf/2.22.0")
self.requires("vorbis/1.3.7")
Expand Down

0 comments on commit 05a128e

Please sign in to comment.