zeal/vcpkg.json
Oleg Shparber 780f2388b1 build(vcpkg): add vulkan-headers dependency
Stock Qt is compiled with Vulkan support.

QTBUG-95391 contains some additional info.
2023-09-04 22:33:45 -04:00

15 lines
291 B
JSON

{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"name": "zeal",
"version": "0.6.2",
"dependencies": [
{
"name": "libarchive",
"default-features": false
},
"openssl",
"sqlite3",
"vulkan-headers"
]
}