vcpkg/ports/sdl2pp/vcpkg.json
Pierre Wendling 39b028f607
[sdl2-image] Bump to 2.6.2. (#27627)
* [sdl2-image] Update to 2.6.2.

* [sdl2-image] Update baseline and version history.

* [sdl2pp] Update sdl2-image target name.

* [sdl2pp] Update baseline and version history.

* [sdl2-image] Fix .pc file generation.

* [sdl2-image] Visually align features in portfile.

* [sdl2-image] Shorten patch to the strict minimum.
2022-11-08 14:44:33 -08:00

19 lines
331 B
JSON

{
"name": "sdl2pp",
"version": "0.16.1",
"port-version": 6,
"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
}
]
}