Skip to content

Commit

Permalink
Update SDL to 2.28.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Croydon committed Feb 16, 2024
1 parent 4e0b25b commit 8a4f788
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 @@ -15,7 +15,7 @@ class Sauerbraten(ConanFile):

def requirements(self):
self.requires("enet/1.3.17")
self.requires("sdl/2.28.3")
self.requires("sdl/2.28.5")
self.requires("sdl_image/2.6.3")
self.requires("sdl_mixer/2.0.4")
self.requires("zlib/1.3")
Expand Down

0 comments on commit 8a4f788

Please sign in to comment.