vcpkg/ports/proxy/vcpkg.json

18 lines
358 B
JSON
Raw Normal View History

{
"name": "proxy",
2024-09-10 11:24:50 +08:00
"version": "3.0.0",
"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
}
]
}