mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 06:19:01 +08:00
c607671659
* volk only relies on vulkan-headers * Formatting * Formatting * Actually formatting * Version * Fixing portfile * Updating version
24 lines
561 B
JSON
24 lines
561 B
JSON
{
|
|
"name": "volk",
|
|
"version": "1.3.233",
|
|
"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",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
"vulkan-headers"
|
|
]
|
|
}
|