pineapple/externals/vcpkg/ports/mdspan/vcpkg.json
2022-07-23 03:01:36 +02:00

16 lines
331 B
JSON
Executable file

{
"name": "mdspan",
"version-date": "2021-11-03",
"description": "A non-owning multi-dimensional array reference type.",
"homepage": "https://github.com/kokkos/mdspan",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}