mirror of
https://github.com/microsoft/vcpkg.git
synced 2026-01-18 01:11:23 +01:00
27 lines
498 B
JSON
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"
|
|
]
|
|
}
|
|
}
|
|
}
|