vcpkg/ports/boost-gil/vcpkg.json
ras0219 4783c36f8c
[boost][many ports] Reformat manifest files in preparation for #15424 (#15616)
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-01-13 14:41:23 -08:00

25 lines
512 B
JSON

{
"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"
]
}