vcpkg/ports/sdl2-net/vcpkg.json
Pierre Wendling 7ca2798c46
[sdl2-net] Update to 2.2.0. (#27459)
* [sdl2-net] Update to 2.2.0.

* [sdl2-net] Update homepage and license.

* [sdl2-net] Replace deprecated functions.

Co-authored-by: Billy O'Neal <bion@microsoft.com>
2022-10-27 19:15:39 -07:00

19 lines
335 B
JSON

{
"name": "sdl2-net",
"version": "2.2.0",
"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
}
]
}