mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 15:39:00 +08:00
18 lines
358 B
JSON
18 lines
358 B
JSON
|
{
|
||
|
"name": "proxy",
|
||
|
"version": "1.0.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
|
||
|
}
|
||
|
]
|
||
|
}
|