mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 09:09:05 +08:00
29 lines
541 B
JSON
29 lines
541 B
JSON
|
{
|
||
|
"name": "zxing-cpp",
|
||
|
"version-string": "2020-12",
|
||
|
"port-version": 3,
|
||
|
"description": "Barcode detection and decoding library.",
|
||
|
"homepage": "https://github.com/glassechidna/zxing-cpp",
|
||
|
"dependencies": [
|
||
|
"bigint"
|
||
|
],
|
||
|
"default-features": [
|
||
|
"iconv",
|
||
|
"opencv"
|
||
|
],
|
||
|
"features": {
|
||
|
"iconv": {
|
||
|
"description": "Build with libiconv",
|
||
|
"dependencies": [
|
||
|
"libiconv"
|
||
|
]
|
||
|
},
|
||
|
"opencv": {
|
||
|
"description": "Build with opencv",
|
||
|
"dependencies": [
|
||
|
"opencv"
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|