mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 16:51:38 +08:00
7a1e53592c
* [nayuki-qr-code-generator] add license * Update version database
19 lines
384 B
JSON
19 lines
384 B
JSON
{
|
|
"name": "nayuki-qr-code-generator",
|
|
"version": "1.8.0",
|
|
"port-version": 1,
|
|
"description": "High-quality QR Code generator library in C++",
|
|
"homepage": "https://github.com/nayuki/QR-Code-generator",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|