yuzu/externals/vcpkg/ports/crossguid/vcpkg.json

21 lines
395 B
JSON
Executable File

{
"name": "crossguid",
"version-date": "2021-10-22",
"port-version": 2,
"description": "CrossGuid is a minimal, cross platform, C++ GUID library.",
"dependencies": [
{
"name": "libuuid",
"platform": "!windows & !osx & !android"
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}