mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 00:09:00 +08:00
bdd6cccda6
* [c4core] update version to 0.1.9 * update version * [ryml] update version to 0.4.1 * update version * add license * update version * disable triplet arm-uwp * overwrite version * format patch * overwrite version * don't use new macro * update version
19 lines
354 B
JSON
19 lines
354 B
JSON
{
|
|
"name": "c4core",
|
|
"version": "0.1.9",
|
|
"description": "Library of low-level C++ utilities",
|
|
"homepage": "https://github.com/biojppm/c4core",
|
|
"license": "MIT",
|
|
"supports": "!(uwp | arm)",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|