aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/quirc/vcpkg.json
blob: f4790bd2ae0a8d639a6e6b7d6cb972cc712c3898 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "quirc",
  "version": "1.2",
  "description": "quirc is one of the C library available for scanning QR Codes",
  "homepage": "https://github.com/dlbeer/quirc",
  "license": null,
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}