mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 08:10:05 +00:00
Update conan dependencies to latest, missed by renovate
This commit is contained in:
parent
7a064c750a
commit
4ba0c5e3ba
1 changed files with 6 additions and 6 deletions
12
conanfile.py
12
conanfile.py
|
|
@ -12,20 +12,20 @@ class SupercellWxConan(ConanFile):
|
||||||
"geographiclib/2.4",
|
"geographiclib/2.4",
|
||||||
"geos/3.13.0",
|
"geos/3.13.0",
|
||||||
"glew/2.2.0",
|
"glew/2.2.0",
|
||||||
"glm/cci.20230113",
|
"glm/1.0.1",
|
||||||
"gtest/1.15.0",
|
"gtest/1.15.0",
|
||||||
"libcurl/8.11.1",
|
"libcurl/8.11.1",
|
||||||
"libpng/1.6.45",
|
"libpng/1.6.45",
|
||||||
"libxml2/2.12.7",
|
"libxml2/2.13.4",
|
||||||
"openssl/3.3.2",
|
"openssl/3.3.2",
|
||||||
"re2/20240702",
|
"re2/20240702",
|
||||||
"spdlog/1.15.0",
|
"spdlog/1.15.0",
|
||||||
"sqlite3/3.47.1",
|
"sqlite3/3.47.2",
|
||||||
"vulkan-loader/1.3.243.0",
|
"vulkan-loader/1.3.290.0",
|
||||||
"zlib/1.3.1")
|
"zlib/1.3.1")
|
||||||
generators = ("CMakeDeps")
|
generators = ("CMakeDeps")
|
||||||
default_options = {"geos/*:shared" : True,
|
default_options = {"geos/*:shared" : True,
|
||||||
"libiconv/*:shared" : True}
|
"libiconv/*:shared" : True}
|
||||||
|
|
||||||
def configure(self):
|
def configure(self):
|
||||||
if self.settings.os == "Windows":
|
if self.settings.os == "Windows":
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue