vcpkg/ports/string-view-lite/vcpkg.json
chausner 89f1b227fe
[string-view-lite] Update to 1.7.0 (#29181)
* Update string-view-lite to 1.7.0

* Update CI baseline

Co-authored-by: chausner <chausner@users.noreply.github.com>
2023-01-26 19:11:23 -08:00

17 lines
341 B
JSON

{
"name": "string-view-lite",
"version": "1.7.0",
"description": "A C++17-like string_view for C++98, C++11 and later in a single-file header-only library",
"license": "BSL-1.0",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}