vcpkg/ports/enet/vcpkg.json
MonicaLiu 8979c5049d
[enet] Update to 1.3.18 (#41880)
Co-authored-by: Monica <v-liumonica@microsoft.com>
2024-10-31 22:51:49 -07:00

17 lines
299 B
JSON

{
"name": "enet",
"version": "1.3.18",
"description": "Reliable UDP networking library",
"homepage": "https://github.com/lsalzman/enet",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}