goldendict-ng/vcpkg.json
xiaoyifang 5993bc9d1c
opt: vcpkg manifest error (#1565)
* opt: vcpkg manifest error

* opt: seperate breadpad into feature

* fix: vcpkg manifest mode
2024-06-12 17:54:56 +08:00

24 lines
372 B
JSON

{
"name": "goldendict-ng",
"version": "24.5.5",
"dependencies": [
"bzip2",
"hunspell",
"libiconv",
"liblzma",
"libvorbis",
"libzim",
"lzo",
"opencc",
"xapian",
"zlib",
"openssl"
],
"features": {
"breakpad": {
"description": "enable breakpad crash reporting",
"dependencies": [ "breakpad" ]
}
}
}