mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 21:19:00 +08:00
7ef97003d7
* aws-c-common from 0.6.9 -> 0.6.20 * aws-c-io from 0.10.7 -> 0.10.22
19 lines
363 B
JSON
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
|
|
}
|
|
]
|
|
}
|