vcpkg/ports/ring-span-lite/vcpkg.json
JonLiu1993 0a5ffc6f56
[ring-span-lite] update to 0.7.0 (#39334)
Fixes #39327

Update port ring-span-lite to version 0.7.0.
Note: no feature need to test.
2024-06-18 11:58:37 -07:00

17 lines
381 B
JSON

{
"name": "ring-span-lite",
"version": "0.7.0",
"description": "A C++yy-like ring_span type for C++98, C++11 and later in a single-file header-only library",
"homepage": "https://github.com/martinmoene/ring-span-lite",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}