vcpkg/ports/quirc/vcpkg.json
2024-03-27 15:21:57 -07:00

18 lines
345 B
JSON

{
"name": "quirc",
"version": "1.2",
"description": "quirc is one of the C library available for scanning QR Codes",
"homepage": "https://github.com/dlbeer/quirc",
"license": null,
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}