yuzu/externals/vcpkg/ports/libbson/vcpkg.json

18 lines
400 B
JSON
Executable File

{
"name": "libbson",
"version": "1.17.6",
"port-version": 1,
"description": "libbson is a library providing useful routines related to building, parsing, and iterating BSON documents.",
"homepage": "https://github.com/mongodb/libbson",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}