Add 1.15.

This commit is contained in:
K. S. Ernest (iFire) Lee 2021-11-17 09:13:40 -08:00
parent 379cc80a4c
commit 0541a352cf
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ class FBX2glTFConan(ConanFile):
settings = "os", "compiler", "build_type", "arch" settings = "os", "compiler", "build_type", "arch"
requires = ( requires = (
("boost/1.76.0"), ("boost/1.76.0"),
("libiconv/1.16"), ("libiconv/1.15"),
("zlib/1.2.11"), ("zlib/1.2.11"),
("libxml2/2.9.12"), ("libxml2/2.9.12"),
("fmt/5.3.0"), ("fmt/5.3.0"),