mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 13:31:47 +08:00
15 lines
414 B
JSON
15 lines
414 B
JSON
|
{
|
||
|
"name": "volk",
|
||
|
"version-string": "2019-09-26",
|
||
|
"port-version": 1,
|
||
|
"description": [
|
||
|
"Meta loader for Vulkan API.",
|
||
|
"Note that the static library target volk::volk is built without platform-specific defines.",
|
||
|
"Use the header-only target volk::volk_headers if you require platform-specific extensions."
|
||
|
],
|
||
|
"homepage": "https://github.com/zeux/volk",
|
||
|
"dependencies": [
|
||
|
"vulkan"
|
||
|
]
|
||
|
}
|