vcpkg/ports/aws-c-common/vcpkg.json
MikeG 7ef97003d7
[aws-c-*] update aws-c-common and aws-c-io (#26230)
* aws-c-common from 0.6.9 -> 0.6.20
* aws-c-io from 0.10.7 -> 0.10.22
2022-08-09 13:34:13 -07:00

19 lines
363 B
JSON

{
"name": "aws-c-common",
"version": "0.6.20",
"description": "AWS common library for C",
"homepage": "https://github.com/awslabs/aws-c-common",
"supports": "!(windows & arm) & !uwp",
"dependencies": [
"openssl",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}