mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 23:39:10 +08:00
4783c36f8c
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
25 lines
512 B
JSON
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"
|
|
]
|
|
}
|