mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 16:51:38 +08:00
17 lines
303 B
JSON
17 lines
303 B
JSON
{
|
|
"name": "miniupnpc",
|
|
"version": "2.2.5",
|
|
"description": "UPnP client library/tool to access Internet Gateway Devices",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|