vcpkg/ports/cuda-api-wrappers/vcpkg.json
Cheney Wang 67e366d850
[cuda-api-wrappers] Update to 0.6.7 (#36145)
* [cuda-api-wrappers] Update to 0.6.7

* remove vcpkg_fixup_pkgconfig()
2024-01-16 15:00:15 -08:00

19 lines
434 B
JSON

{
"name": "cuda-api-wrappers",
"version": "0.6.7",
"description": "header-only library of integrated wrappers around the core parts of NVIDIA's CUDA execution ecosystem",
"homepage": "https://github.com/eyalroz/cuda-api-wrappers",
"license": "BSD-3-Clause",
"dependencies": [
"cuda",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}