mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:11:36 +08:00
23 lines
411 B
JSON
23 lines
411 B
JSON
{
|
|
"name": "sdl2-net",
|
|
"version": "2.2.0",
|
|
"port-version": 3,
|
|
"description": "Networking library for SDL",
|
|
"homepage": "https://github.com/libsdl-org/SDL_net",
|
|
"license": "Zlib",
|
|
"dependencies": [
|
|
{
|
|
"name": "sdl2",
|
|
"default-features": false
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|