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