mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 01:59:00 +08:00
11bed03cc3
* [libunifex] update to 0.4.0 * [libunifex] update to 0.4.0
26 lines
459 B
JSON
26 lines
459 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|
|
}
|