yuzu/externals/vcpkg/ports/boost-variant/vcpkg.json

26 lines
554 B
JSON
Executable File

{
"name": "boost-variant",
"version": "1.79.0",
"description": "Boost variant module",
"homepage": "https://github.com/boostorg/variant",
"license": "BSL-1.0",
"dependencies": [
"boost-assert",
"boost-bind",
"boost-config",
"boost-container-hash",
"boost-core",
"boost-detail",
"boost-integer",
"boost-move",
"boost-mpl",
"boost-preprocessor",
"boost-static-assert",
"boost-throw-exception",
"boost-type-index",
"boost-type-traits",
"boost-utility",
"boost-vcpkg-helpers"
]
}