vcpkg/ports/nu-book-zxing-cpp/vcpkg.json
2023-07-14 16:52:10 -07:00

18 lines
352 B
JSON

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