vcpkg/ports/sdl2pp/vcpkg.json

22 lines
386 B
JSON

{
"name": "sdl2pp",
"version": "0.16.1",
"port-version": 8,
"description": "C++11 bindings/wrapper for SDL2",
"homepage": "https://sdl2pp.amdmi3.ru",
"license": "Zlib",
"dependencies": [
{
"name": "sdl2",
"default-features": false
},
"sdl2-image",
"sdl2-mixer",
"sdl2-ttf",
{
"name": "vcpkg-cmake",
"host": true
}
]
}