Skip to content

Commit

Permalink
Update ENet to 1.3.18
Browse files Browse the repository at this point in the history
  • Loading branch information
Croydon committed Apr 25, 2024
1 parent 58b8348 commit 0bac8d5
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 @@ class Sauerbraten(ConanFile):
default_options = {"shared": True, "fPIC": True}

def requirements(self):
self.requires("enet/1.3.17")
self.requires("enet/1.3.18")
self.requires("sdl/[>=2.28 <3]", force=True)
self.requires("sdl_image/[>=2.6 <3]", force=True)
self.requires("sdl_mixer/[>=2.0 <3]", force=True)
Expand Down

0 comments on commit 0bac8d5

Please sign in to comment.