yuzu/externals/vcpkg/ports/boost-container-hash/vcpkg.json

18 lines
394 B
JSON
Raw Normal View History

2022-07-23 05:01:36 +04:00
{
"name": "boost-container-hash",
"version": "1.79.0",
"description": "Boost container_hash module",
"homepage": "https://github.com/boostorg/container_hash",
"license": "BSL-1.0",
"dependencies": [
"boost-assert",
"boost-config",
"boost-core",
"boost-detail",
"boost-integer",
"boost-static-assert",
"boost-type-traits",
"boost-vcpkg-helpers"
]
}