Skip to content

Commit

Permalink
(#24115) msdfgen: update tinyxml2 dependency to 10.0.0
Browse files Browse the repository at this point in the history
Co-authored-by: Rubén Rincón Blanco <git@rinconblanco.es>
  • Loading branch information
Sahnvour and AbrilRBS authored May 29, 2024
1 parent 8303477 commit e963286
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion recipes/msdfgen/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ def requirements(self):
self.requires("lodepng/cci.20200615")
else:
self.requires("libpng/[>=1.6 <2]")
self.requires("tinyxml2/9.0.0")
self.requires("tinyxml2/10.0.0")


def validate(self):
if self.settings.compiler.get_safe("cppstd"):
Expand Down

0 comments on commit e963286

Please sign in to comment.