vcpkg/ports/proxy/vcpkg.json
misirlou-tg e3504363a9
[proxy] update to version 1.1.1 (#27014)
* Update proxy to version 1.1.1

* Run x-add-version
2022-09-28 11:27:26 -07:00

18 lines
358 B
JSON

{
"name": "proxy",
"version": "1.1.1",
"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
}
]
}