aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/g3log/vcpkg.json
blob: d9e424600f6d3f1f0803b272eb325e3e06206b9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "name": "g3log",
  "version": "2.6",
  "port-version": 1,
  "description": "Asynchronous logger with Dynamic Sinks",
  "homepage": "https://github.com/KjellKod/g3log",
  "license": "Unlicense",
  "supports": "!uwp",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ],
  "features": {
    "dynamic-logging": {
      "description": "Enable dynamic logging levels"
    }
  }
}