yuzu/externals/vcpkg/ports/span-lite/vcpkg.json

17 lines
362 B
JSON
Executable File

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