mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 07:38:59 +08:00
8979c5049d
Co-authored-by: Monica <v-liumonica@microsoft.com>
17 lines
299 B
JSON
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
|
|
}
|
|
]
|
|
}
|