vcpkg/ports/c4core/vcpkg.json
2024-06-14 11:42:29 -07:00

19 lines
365 B
JSON

{
"name": "c4core",
"version": "0.2.1",
"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
}
]
}