vcpkg/ports/arsenalgear/vcpkg.json

19 lines
375 B
JSON

{
"name": "arsenalgear",
"version": "2.1.1",
"description": "A library containing general purpose C++ utils.",
"homepage": "https://github.com/JustWhit3/arsenalgear-cpp",
"license": "MIT",
"supports": "!uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}