mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 01:51:39 +08:00
28 lines
519 B
JSON
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"
|
|
]
|
|
}
|
|
}
|
|
}
|