vcpkg/ports/level-zero/vcpkg.json
MonicaLiu 97c074df30
[level-zero] Update to 1.17.45 (#41259)
Co-authored-by: Monica <v-liumonica@microsoft.com>
2024-09-30 11:44:29 -04:00

20 lines
428 B
JSON

{
"name": "level-zero",
"version": "1.17.45",
"description": "oneAPI Level Zero Specification Headers and Loader.",
"homepage": "https://github.com/oneapi-src/level-zero",
"license": "MIT",
"supports": "x64 & !static & (linux | (windows & !uwp))",
"dependencies": [
"spdlog",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}