mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:29:00 +08:00
19 lines
375 B
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
|
|
}
|
|
]
|
|
}
|