zeal/vcpkg.json
Oleg Shparber 095aaebe5e build(vcpkg): do not include unnecessary metadata
Name and version in vcpkg.json are only needed for libraries.
2024-06-16 02:35:22 -04:00

13 lines
251 B
JSON

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