Skip to content

Commit

Permalink
Update dependency sdl_ttf to v2.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and AnotherFoxGuy committed Feb 29, 2024
1 parent 98a8d49 commit 859a2a7
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 @@ -16,7 +16,7 @@ def requirements(self):
self.requires("openal/1.22.2")
self.requires("sdl/2.28.5", force=True)
self.requires("sdl_image/2.6.3")
self.requires("sdl_ttf/2.20.2")
self.requires("sdl_ttf/2.22.0")
self.requires("vorbis/1.3.7")
self.requires("zlib/1.3.1", force=True)
self.requires("libwebp/1.3.2", override=True)
Expand Down

0 comments on commit 859a2a7

Please sign in to comment.