yuzu/externals/vcpkg/ports/stduuid/vcpkg.json

34 lines
651 B
JSON
Executable File

{
"name": "stduuid",
"version": "1.2.2",
"description": "A C++17 cross-platform implementation for UUIDs",
"license": "MIT",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"gsl-span": {
"description": "Using span from gsl instead of std",
"dependencies": [
"ms-gsl"
]
},
"system-gen": {
"description": "Enable operating system uuid generator",
"dependencies": [
{
"name": "libuuid",
"platform": "!osx & !windows"
}
]
}
}
}