yuzu/externals/vcpkg/ports/variant-lite/vcpkg.json

16 lines
328 B
JSON
Raw Normal View History

2022-07-23 05:01:36 +04:00
{
"name": "variant-lite",
"version": "2.0.0",
"description": "A C++17-like variant, a type-safe union for C++98, C++11 and later in a single-file header-only library",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}