mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 20:38:59 +08:00
24 lines
484 B
JSON
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"
|
|
]
|
|
}
|