mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 01:30:05 +00:00
Merge pull request #492 from dpaulat/renovate/cpr-1.x
Update dependency cpr to v1.12.0
This commit is contained in:
commit
35b7cf053c
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ import os
|
||||||
class SupercellWxConan(ConanFile):
|
class SupercellWxConan(ConanFile):
|
||||||
settings = ("os", "compiler", "build_type", "arch")
|
settings = ("os", "compiler", "build_type", "arch")
|
||||||
requires = ("boost/1.88.0",
|
requires = ("boost/1.88.0",
|
||||||
"cpr/1.11.2",
|
"cpr/1.12.0",
|
||||||
"fontconfig/2.15.0",
|
"fontconfig/2.15.0",
|
||||||
"freetype/2.13.2",
|
"freetype/2.13.2",
|
||||||
"geographiclib/2.4",
|
"geographiclib/2.4",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue