mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 10:28:59 +08:00
39b028f607
* [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.
19 lines
331 B
JSON
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
|
|
}
|
|
]
|
|
}
|