vcpkg/ports/nu-book-zxing-cpp/vcpkg.json
Qingnan Duan 4259fe9997
[nu-book/zxing-cpp] update to 1.3.0 (#25380)
* Bump to 1.3.0

* x-add-version
2022-06-22 12:21:45 -07:00

19 lines
372 B
JSON

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