mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 21:39:00 +08:00
080c75d1bf
* update marl * update version --------- Co-authored-by: Monica <v-liumonica@microsoft.com>
19 lines
382 B
JSON
19 lines
382 B
JSON
{
|
|
"name": "marl",
|
|
"version-date": "2023-06-28",
|
|
"description": "A hybrid thread/fiber task scheduler written in modern C++",
|
|
"homepage": "https://github.com/google/marl",
|
|
"license": "Apache-2.0",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|