mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 18:50:05 +00:00
Update dependencies libcurl to v8.4.0 and cpr to v1.10.5
This commit is contained in:
parent
888ea6b327
commit
b934f90ffa
1 changed files with 2 additions and 2 deletions
|
|
@ -3,14 +3,14 @@ from conans import ConanFile
|
|||
class SupercellWxConan(ConanFile):
|
||||
settings = ("os", "compiler", "build_type", "arch")
|
||||
requires = ("boost/1.83.0",
|
||||
"cpr/1.10.4",
|
||||
"cpr/1.10.5",
|
||||
"fontconfig/2.14.2",
|
||||
"freetype/2.13.0",
|
||||
"geographiclib/1.52",
|
||||
"glew/2.2.0",
|
||||
"glm/cci.20230113",
|
||||
"gtest/1.14.0",
|
||||
"libcurl/7.86.0",
|
||||
"libcurl/8.4.0",
|
||||
"libxml2/2.10.4",
|
||||
"openssl/3.1.4",
|
||||
"spdlog/1.12.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue