mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 18:49:02 +08:00
26 lines
476 B
JSON
26 lines
476 B
JSON
{
|
|
"name": "zint",
|
|
"version": "2.11.1",
|
|
"description": "A barcode encoding library supporting over 50 symbologies",
|
|
"homepage": "https://github.com/zint/zint",
|
|
"license": null,
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"png": {
|
|
"description": "Build with PNG support",
|
|
"dependencies": [
|
|
"libpng"
|
|
]
|
|
}
|
|
}
|
|
}
|