mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 18:18:59 +08:00
20 lines
356 B
JSON
20 lines
356 B
JSON
{
|
|
"name": "sdl2-net",
|
|
"version": "2.2.0",
|
|
"port-version": 1,
|
|
"description": "Networking library for SDL",
|
|
"homepage": "https://github.com/libsdl-org/SDL_net",
|
|
"license": "Zlib",
|
|
"dependencies": [
|
|
"sdl2",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|