mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-18 23:57:55 +08:00
12 lines
233 B
JSON
12 lines
233 B
JSON
{
|
|
"name": "vulkan-hpp",
|
|
"version": "1.3.259",
|
|
"port-version": 1,
|
|
"description": "Header only C++ bindings for the Vulkan C API",
|
|
"license": "Apache-2.0",
|
|
"supports": "!uwp & !xbox",
|
|
"dependencies": [
|
|
"vulkan"
|
|
]
|
|
}
|