vcpkg/ports/boost-gil/vcpkg.json

25 lines
512 B
JSON
Raw Normal View History

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