mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 07:39:01 +08:00
031f112af6
* [c4core] update version to 0.1.11 AND [ryml] update to 0.5.0 * update version * replace function * update version
19 lines
366 B
JSON
19 lines
366 B
JSON
{
|
|
"name": "c4core",
|
|
"version": "0.1.11",
|
|
"description": "Library of low-level C++ utilities",
|
|
"homepage": "https://github.com/biojppm/c4core",
|
|
"license": "MIT",
|
|
"supports": "!uwp & !(windows & arm)",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|