vcpkg/ports/libunifex/vcpkg.json
Brian Rogers 1611e074a1
[libunifex] Update to v0.3.0 (#32481)
Co-authored-by: Brian Rogers <broger@microsoft.com>
2023-07-11 11:53:48 -07:00

26 lines
459 B
JSON

{
"name": "libunifex",
"version": "0.3.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"
}
}
}