vcpkg/ports/function2/vcpkg.json
Jia Yue Hua c2eb7363d7
[function2] update to 4.2.3 (#34040)
* [function2] update to 4.2.3

* fix deps
2023-09-27 01:24:57 -07:00

18 lines
350 B
JSON

{
"name": "function2",
"version-semver": "4.2.3",
"description": "Improved drop-in replacement to std::function",
"homepage": "https://github.com/Naios/function2",
"license": "BSL-1.0",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}