vcpkg/ports/wolfmqtt/vcpkg.json
lealem47 47364fbc30
[wolfmqtt] update to 1.19.0 (#38849)
Co-authored-by: WangWeiLin-MV <156736127+WangWeiLin-MV@users.noreply.github.com>
2024-05-31 12:44:32 -07:00

20 lines
386 B
JSON

{
"name": "wolfmqtt",
"version": "1.19.0",
"description": "MQTT library used with wolfSSL library for many platforms",
"homepage": "https://wolfssl.com",
"license": "GPL-2.0-or-later",
"supports": "!uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
"wolfssl"
]
}