vcpkg/ports/zint/vcpkg.json
2023-01-11 16:45:27 -08:00

28 lines
519 B
JSON

{
"name": "zint",
"version": "2.12.0",
"port-version": 1,
"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"
]
}
}
}