aboutsummaryrefslogtreecommitdiff
path: root/ports/quill/vcpkg.json
blob: b180656a73cf98c9a3b2e033a89a0a4c7e4f865f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "quill",
  "version-semver": "1.6.3",
  "port-version": 1,
  "description": "C++14 Asynchronous Low Latency Logging Library",
  "homepage": "https://github.com/odygrd/quill/",
  "supports": "!(uwp | android)",
  "dependencies": [
    "fmt",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}