mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 02:19:01 +08:00
4da5dcbad9
* Update mdns to 1.4.2 * Update CI baseline Co-authored-by: chausner <chausner@users.noreply.github.com>
14 lines
263 B
JSON
14 lines
263 B
JSON
{
|
|
"name": "mdns",
|
|
"version": "1.4.2",
|
|
"description": "Public domain mDNS/DNS-SD library in C",
|
|
"homepage": "https://github.com/mjansson/mdns",
|
|
"license": "Unlicense",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|