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