summaryrefslogtreecommitdiffstats
path: root/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/boost-gil/vcpkg.json
blob: de58f8e5aea6f504fe9973ce57f51eea5d62c17c (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": "boost-gil",
  "version-string": "1.75.0",
  "description": "Boost gil module",
  "homepage": "https://github.com/boostorg/gil",
  "dependencies": [
    "boost-assert",
    "boost-concept-check",
    "boost-config",
    "boost-core",
    {
      "name": "boost-filesystem",
      "platform": "!uwp"
    },
    "boost-integer",
    "boost-iterator",
    "boost-mp11",
    "boost-numeric-conversion",
    "boost-preprocessor",
    "boost-utility",
    "boost-variant2",
    "boost-vcpkg-helpers"
  ]
}