vcpkg/ports/nu-book-zxing-cpp/vcpkg.json
Qingnan Duan 95e8384126
[nu-book/zxing-cpp] update to 1.4.0 (#27705)
* Bump to 1.4.0

* x-add-version
2022-11-09 11:00:25 -08:00

19 lines
374 B
JSON

{
"name": "nu-book-zxing-cpp",
"version": "1.4.0",
"description": "Barcode detection and decoding library.",
"homepage": "https://github.com/zxing-cpp/zxing-cpp",
"license": "Apache-2.0",
"supports": "!uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}