vcpkg/ports/sdl2-net/vcpkg.json
2022-12-02 09:09:40 -08:00

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
}
]
}