vcpkg/ports/span-lite/vcpkg.json
chausner 14644061a8
[span-lite] Update to 0.10.3 (#20499)
* 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>
2021-10-05 16:11:01 -07:00

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