vcpkg/ports/nu-book-zxing-cpp/vcpkg.json
Qingnan Duan 16d8b8961b
[zxing-cpp] Update to 2.0.0 (#28882)
* Update zxing-cpp version to 2.0.0

* x-add-version
2023-01-11 23:06:25 -08:00

19 lines
374 B
JSON

{
"name": "nu-book-zxing-cpp",
"version": "2.0.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
}
]
}