mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 13:31:48 +08:00
d1844c8b5b
* Update mdspan to 0.5.0 * Update CI baseline Co-authored-by: chausner <chausner@users.noreply.github.com>
18 lines
350 B
JSON
18 lines
350 B
JSON
{
|
|
"name": "mdspan",
|
|
"version": "0.5.0",
|
|
"description": "A non-owning multi-dimensional array reference type.",
|
|
"homepage": "https://github.com/kokkos/mdspan",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|