mirror of
https://github.com/microsoft/vcpkg.git
synced 2026-01-18 01:11:23 +01:00
21 lines
448 B
JSON
21 lines
448 B
JSON
{
|
|
"name": "level-zero",
|
|
"version": "1.26.1",
|
|
"port-version": 1,
|
|
"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
|
|
}
|
|
]
|
|
}
|