mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 11:39:01 +08:00
4259fe9997
* Bump to 1.3.0 * x-add-version
19 lines
372 B
JSON
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
|
|
}
|
|
]
|
|
}
|