vcpkg/ports/marl/vcpkg.json
Thomas1664 1449bea744
[marl] update to 2022-03-02 (#23551)
* [marl] update to 2022-03-02

* remove from ci baseline

* version

* fix dll

* version
2022-03-16 13:55:57 -07:00

19 lines
382 B
JSON

{
"name": "marl",
"version-date": "2022-03-02",
"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
}
]
}