0
0
mirror of https://github.com/microsoft/vcpkg.git synced 2025-01-16 15:46:32 +08:00
MonicaLiu 97c074df30
[level-zero] Update to 1.17.45 ()
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
}
]
}