mirror of
https://github.com/meganz/MEGAcmd
synced 2025-08-22 01:47:24 +00:00
gather vcpkg changes from latest sdk
- remove no longer available c-ares - reodered - explicit tiff requirement
This commit is contained in:
parent
511ecc03be
commit
ccce5dfd4d
18
vcpkg.json
18
vcpkg.json
@ -23,6 +23,10 @@
|
||||
{
|
||||
"name": "jasper",
|
||||
"default-features": false
|
||||
},
|
||||
{
|
||||
"name": "tiff",
|
||||
"version>=": "4.7.0"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -45,10 +49,6 @@
|
||||
"description": "pdfium library",
|
||||
"dependencies": [ "pdfium" ]
|
||||
},
|
||||
"use-cares": {
|
||||
"description": "c-ares library",
|
||||
"dependencies": [ "c-ares" ]
|
||||
},
|
||||
"use-readline": {
|
||||
"description": "Readline library",
|
||||
"dependencies": [ "readline" ]
|
||||
@ -67,16 +67,16 @@
|
||||
"name": "cryptopp",
|
||||
"version>=": "8.9.0"
|
||||
},
|
||||
"libsodium",
|
||||
{
|
||||
"name": "sqlite3",
|
||||
"version>=": "3.46.0#1"
|
||||
},
|
||||
{
|
||||
"name": "curl",
|
||||
"version>=": "8.6.0"
|
||||
},
|
||||
"icu",
|
||||
"libsodium",
|
||||
{
|
||||
"name": "sqlite3",
|
||||
"version>=": "3.46.0#1"
|
||||
},
|
||||
"pcre"
|
||||
],
|
||||
"builtin-baseline" : "7476f0d4e77d3333fbb249657df8251c28c4faae",
|
||||
|
Loading…
x
Reference in New Issue
Block a user