vcpkg/ports/volk/vcpkg.json
Mathis Logemann 6c74a6d7b9
[volk] update port (#23821)
* update volk

* volk version

* add license

* version
2022-03-29 17:25:31 -07:00

23 lines
532 B
JSON

{
"name": "volk",
"version": "1.3.204",
"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",
"license": "MIT",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
"vulkan"
]
}