vcpkg/ports/boost-gil/vcpkg.json
2021-09-27 17:12:39 -07:00

24 lines
484 B
JSON

{
"name": "boost-gil",
"version": "1.77.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-variant2",
"boost-vcpkg-helpers"
]
}