mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 10:39:01 +08:00
ca43793011
* Update string-view-lite to 1.6.0 * Update CI baseline Co-authored-by: chausner <chausner@users.noreply.github.com>
16 lines
317 B
JSON
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
|
|
}
|
|
]
|
|
}
|