mirror of
https://github.com/zealdocs/zeal.git
synced 2024-11-22 21:53:03 +03:00
15 lines
291 B
JSON
15 lines
291 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
|
|
"name": "zeal",
|
|
"version": "0.7.1",
|
|
"dependencies": [
|
|
{
|
|
"name": "libarchive",
|
|
"default-features": false
|
|
},
|
|
"openssl",
|
|
"sqlite3",
|
|
"vulkan-headers"
|
|
]
|
|
}
|