mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 05:59:07 +08:00
97c074df30
Co-authored-by: Monica <v-liumonica@microsoft.com>
20 lines
428 B
JSON
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
|
|
}
|
|
]
|
|
}
|