mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 14:59:05 +08:00
14644061a8
* Update span-lite to 0.10.3 * Update CI baseline Co-authored-by: chausner <chausner@users.noreply.github.com> Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
17 lines
362 B
JSON
17 lines
362 B
JSON
{
|
|
"name": "span-lite",
|
|
"version": "0.10.3",
|
|
"description": "A C++20-like span for C++98, C++11 and later in a single-file header-only library",
|
|
"homepage": "https://github.com/martinmoene/span-lite",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|