Skip to content

Commit

Permalink
Update recipes/msdfgen/all/conanfile.py
Browse files Browse the repository at this point in the history
Co-authored-by: Matthieu Darbois <mayeut@users.noreply.github.com>
  • Loading branch information
AbrilRBS and mayeut committed May 28, 2024
1 parent 3a75bce commit 9bd81e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/msdfgen/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def requirements(self):
if Version(self.version) < "1.10":
self.requires("lodepng/cci.20200615")
else:
self.requires("libpng/1.6.40")
self.requires("libpng/[>=1.6 <2]")
self.requires("tinyxml2/9.0.0")

def validate(self):
Expand Down

0 comments on commit 9bd81e0

Please sign in to comment.