vcpkg/ports/libqrencode/vcpkg.json
Phoebe 8ef3e28099
[libuv/librsync/libqrencode] Update to latest release version (#19972)
* [libuv/librsync/libqrencode] Update to latest release version

* Update the baseline version

* [libuv] Add new source file epoll.c

* Update the source

* Small changes
2021-09-07 21:40:10 -07:00

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"
}
]
}
}
}