vcpkg/ports/function2/vcpkg.json
Jia Yue Hua e17b62da1d
[function2] update to 4.2.4 (#36347)
* [function2] update to 4.2.4

* [function2] update to 4.2.4
2024-01-25 09:33:51 -08:00

18 lines
350 B
JSON

{
"name": "function2",
"version-semver": "4.2.4",
"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
}
]
}