yuzu/externals/vcpkg/ports/marl/vcpkg.json

19 lines
382 B
JSON
Executable File

{
"name": "marl",
"version-date": "2022-03-02",
"description": "A hybrid thread/fiber task scheduler written in modern C++",
"homepage": "https://github.com/google/marl",
"license": "Apache-2.0",
"supports": "!uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}