mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 19:29:08 +08:00
8ef3e28099
* [libuv/librsync/libqrencode] Update to latest release version * Update the baseline version * [libuv] Add new source file epoll.c * Update the source * Small changes
26 lines
503 B
JSON
26 lines
503 B
JSON
{
|
|
"name": "libqrencode",
|
|
"version-semver": "4.1.1",
|
|
"description": "libqrencode - a fast and compact QR Code encoding library",
|
|
"homepage": "https://github.com/fukuchi/libqrencode",
|
|
"dependencies": [
|
|
"libiconv",
|
|
"libpng",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"tool": {
|
|
"description": "Build qrencode tool",
|
|
"dependencies": [
|
|
{
|
|
"name": "getopt",
|
|
"platform": "windows"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|