vcpkg/ports/enet/vcpkg.json
Spirrwell b8a9f2b6d4
[enet] Export config, support BUILD_SHARED_LIBS, and add usage (#20282)
* [enet] Export config, support BUILD_SHARED_LIBS, and add usage

* [enet] Update with requested changes

* Update the port version

* Update the deprecated funcutions

Co-authored-by: PhoebeHui <20694052+PhoebeHui@users.noreply.github.com>
2021-09-23 17:57:27 -07:00

18 lines
320 B
JSON

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