mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 10:59:00 +08:00
15c1388ca3
* [libunifex] Update to 2023-01-25 * New feature about coroutines * Update baseline
32 lines
590 B
JSON
32 lines
590 B
JSON
{
|
|
"name": "libunifex",
|
|
"version-date": "2023-01-25",
|
|
"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"
|
|
},
|
|
"test": {
|
|
"description": "Build test/example programs",
|
|
"dependencies": [
|
|
"gtest"
|
|
]
|
|
}
|
|
}
|
|
}
|