yuzu/externals/vcpkg/ports/libcopp/vcpkg.json

21 lines
456 B
JSON
Executable File

{
"name": "libcopp",
"version-semver": "1.4.1",
"port-version": 2,
"maintainers": "owent <admin@owent.net>",
"description": "A cross-platfrom coroutine library for C++",
"homepage": "https://github.com/owent/libcopp",
"documentation": "https://libcopp.atframe.work/",
"license": "MIT",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}