vcpkg/ports/string-view-lite/vcpkg.json
chausner ca43793011
[string-view-lite] Update to 1.6.0 (#20912)
* Update string-view-lite to 1.6.0

* Update CI baseline

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

16 lines
317 B
JSON

{
"name": "string-view-lite",
"version": "1.6.0",
"description": "A C++17-like string_view 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
}
]
}