vcpkg/ports/sdl2pp/vcpkg.json
Kai Pastor 4be7ab52e8
[sdl2pp] Fix exported pc file, cleanup (#25968)
* Fix exported pc file

* Fix sdl2 import

* Move Find module to 'share/${PORT}'

* Fix usage instructions

* Trim dependencies patch

* Update versions
2022-07-25 16:37:32 -07:00

19 lines
331 B
JSON

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