vcpkg/ports/variant-lite/vcpkg.json
chausner 96840d5ae2
[variant-lite] Update to 2.0.0 (#20911)
* Update variant-lite to 2.0.0

* Update CI baseline

Co-authored-by: chausner <chausner@users.noreply.github.com>
2021-10-21 22:38:46 -07:00

16 lines
328 B
JSON

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