mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 05:52:04 +08:00
7e03daeb09
Applies upstream commit accced21bae23320aad47b295de1085ab4e561b5 which appears to fix UWP and enables the stack protector. Alternative to: https://github.com/microsoft/vcpkg/pull/29311 Resolves: https://github.com/microsoft/vcpkg/issues/29310
19 lines
373 B
JSON
19 lines
373 B
JSON
{
|
|
"name": "nu-book-zxing-cpp",
|
|
"version": "2.0.0",
|
|
"port-version": 1,
|
|
"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
|
|
}
|
|
]
|
|
}
|