mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 18:28:59 +08:00
8cebe3c219
* fix dependency * gtest no longer feature * fix deps
27 lines
490 B
JSON
27 lines
490 B
JSON
{
|
|
"name": "libunifex",
|
|
"version-date": "2023-01-25",
|
|
"port-version": 2,
|
|
"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"
|
|
}
|
|
}
|
|
}
|