mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 09:19:00 +08:00
9e78043c57
Co-authored-by: Monica <v-liumonica@microsoft.com>
17 lines
303 B
JSON
17 lines
303 B
JSON
{
|
|
"name": "miniupnpc",
|
|
"version": "2.3.7",
|
|
"description": "UPnP client library/tool to access Internet Gateway Devices",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|