build(vcpkg): do not include unnecessary metadata

Name and version in vcpkg.json are only needed for libraries.
This commit is contained in:
Oleg Shparber 2024-06-16 02:35:22 -04:00
parent 1df6826e0a
commit 095aaebe5e

View File

@ -1,7 +1,5 @@
{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"name": "zeal",
"version": "0.7.1",
"dependencies": [
{
"name": "libarchive",