vcpkg/ports/zint/vcpkg.json

28 lines
519 B
JSON
Raw Normal View History

2022-11-24 02:35:36 +08:00
{
"name": "zint",
2022-12-20 06:31:53 +08:00
"version": "2.12.0",
2023-01-12 08:45:27 +08:00
"port-version": 1,
2022-11-24 02:35:36 +08:00
"description": "A barcode encoding library supporting over 50 symbologies",
"homepage": "https://github.com/zint/zint",
"license": null,
2023-01-12 08:45:27 +08:00
"supports": "!osx",
2022-11-24 02:35:36 +08:00
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"png": {
"description": "Build with PNG support",
"dependencies": [
"libpng"
]
}
}
}