mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 06:59:07 +08:00
e17b62da1d
* [function2] update to 4.2.4 * [function2] update to 4.2.4
18 lines
350 B
JSON
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
|
|
}
|
|
]
|
|
}
|