yuzu/externals/vcpkg/ports/crossguid/vcpkg.json
2022-07-23 03:01:36 +02:00

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
}
]
}