mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 19:59:00 +08:00
b8a9f2b6d4
* [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>
18 lines
320 B
JSON
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
|
|
}
|
|
]
|
|
}
|