Files
vcpkg/ports/zint/vcpkg.json
2025-12-22 16:43:48 -05:00

27 lines
498 B
JSON

{
"name": "zint",
"version": "2.16.0",
"description": "A barcode encoding library supporting over 50 symbologies",
"homepage": "https://github.com/zint/zint",
"license": null,
"supports": "!osx",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"png": {
"description": "Build with PNG support",
"dependencies": [
"libpng"
]
}
}
}