vcpkg/ports/libunifex/vcpkg.json

26 lines
459 B
JSON
Raw Normal View History

{
"name": "libunifex",
"version": "0.4.0",
"description": "Unified Executors",
"homepage": "https://github.com/facebookexperimental/libunifex",
"dependencies": [
{
"name": "liburing",
"platform": "linux"
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"coroutines": {
"description": "Support coroutine"
}
}
}