mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-06 12:47:52 +08:00
1c6363670a
* [proxy] update to 2.1.2 * [proxy] update versions
18 lines
358 B
JSON
18 lines
358 B
JSON
{
|
|
"name": "proxy",
|
|
"version": "2.1.2",
|
|
"description": "A single-header C++20 library that facilitates runtime polymorphism.",
|
|
"homepage": "https://github.com/microsoft/proxy",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|